#ED8689

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

Shades of Carissma #ED8689

Tints of Carissma #ED8689

Color information

#ED8689 (or 0xED8689) is unknown color: approx Carissma. HEX triplet: ED, 86 and 89. RGB value is (237,134,137). Sum of RGB (Red+Green+Blue) = 237+134+137=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8689 is #127976. Grayscale: #A5A5A5. Windows color (decimal): -1210743 or 9012973. OLE color: 9012973.

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

Color convert

RGB237134137-
CMYK00.430.420.07
HSL358.25º74.1%72.75%-
HSV(B)358.25º43.46%92.94%-
XYZ47.9736.8628.25-
YUV165.14112.12179.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=46.65%
G=26.38%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713413700.430.420.07358.2574.172.75
HexED868902B2A71664a49
Octal355206211053527546112111
Binary111011011000011010001001010101110101011110110011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8689; }

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

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

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

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

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

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

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

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