#ED8690

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

Shades of Carissma #ED8690

Tints of Carissma #ED8690

Color information

#ED8690 (or 0xED8690) is unknown color: approx Carissma. HEX triplet: ED, 86 and 90. RGB value is (237,134,144). Sum of RGB (Red+Green+Blue) = 237+134+144=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8690 is #12796F. Grayscale: #A6A6A6. Windows color (decimal): -1210736 or 9471725. OLE color: 9471725.

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

Color convert

RGB237134144-
CMYK00.430.390.07
HSL354.17º74.1%72.75%-
HSV(B)354.17º43.46%92.94%-
XYZ48.4837.0730.99-
YUV165.94115.62178.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=46.02%
G=26.02%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713414400.430.390.07354.1774.172.75
HexED869002B2771624a49
Octal355206220053477542112111
Binary111011011000011010010000010101110011111110110001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8690; }

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

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

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

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

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

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

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

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