#ED868C

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

Shades of Carissma #ED868C

Tints of Carissma #ED868C

Color information

#ED868C (or 0xED868C) is unknown color: approx Carissma. HEX triplet: ED, 86 and 8C. RGB value is (237,134,140). Sum of RGB (Red+Green+Blue) = 237+134+140=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED868C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED868C is #127973. Grayscale: #A5A5A5. Windows color (decimal): -1210740 or 9209581. OLE color: 9209581.

HSL color Cylindrical-coordinate representation of color #ED868C: hue angle of 356.5º 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 #ED868C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237134140-
CMYK00.430.410.07
HSL356.5º74.1%72.75%-
HSV(B)356.5º43.46%92.94%-
XYZ48.1836.9529.4-
YUV165.48113.62179.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 134 (52.73% from 255) = 26.22%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=46.38%
G=26.22%
B=27.40%

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
Decimal23713414000.430.410.07356.574.172.75
HexED868C02B2971654a49
Octal355206214053517545112111
Binary111011011000011010001100010101110100111110110010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED868C; }

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

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

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

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

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

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

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

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