#ED868D

Color #ED868D Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #ED868D

Tints of Carissma #ED868D

Color information

#ED868D (or 0xED868D) is unknown color: approx Carissma. HEX triplet: ED, 86 and 8D. RGB value is (237,134,141). Sum of RGB (Red+Green+Blue) = 237+134+141=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED868D is #127972. Grayscale: #A5A5A5. Windows color (decimal): -1210739 or 9275117. OLE color: 9275117.

HSL color Cylindrical-coordinate representation of color #ED868D: hue angle of 355.92º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED868D is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237134141-
CMYK00.430.410.07
HSL355.92º74.1%72.75%-
HSV(B)355.92º43.46%92.94%-
XYZ48.2636.9829.79-
YUV165.6114.12178.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=46.29%
G=26.17%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713414100.430.410.07355.9274.172.75
HexED868D02B2971644a49
Octal355206215053517544112111
Binary111011011000011010001101010101110100111110110010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED868D; }

 p { color: rgb(237,134,141); }

 H1.HeaderClassName
 {
   color: #ED868D;
 }
 .AnyTagClassName
 {
   color: #ED868D;
 }
</style>
background-color css

<style>
 a { background-color: #ED868D; }

 a { background-color: rgb(237,134,141); }

 div.DivClassName
 {
   background-color: #ED868D;
 }
 .BgClassName
 {
   background-color: #ED868D;
 }
</style>
border-color css

<style>
 span { border-color: #ED868D; }

 span { border-color: rgb(237,134,141); }

 td.TdClassName
 {
   border-color: #ED868D;
 }
 .TagClassName
 {
   border-color: #ED868D;
 }
</style>