#ED8599

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

Shades of Carissma #ED8599

Tints of Carissma #ED8599

Color information

#ED8599 (or 0xED8599) is unknown color: approx Carissma. HEX triplet: ED, 85 and 99. RGB value is (237,133,153). Sum of RGB (Red+Green+Blue) = 237+133+153=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8599 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8599 is #127A66. Grayscale: #A6A6A6. Windows color (decimal): -1210983 or 10061293. OLE color: 10061293.

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

Color convert

RGB237133153-
CMYK00.440.350.07
HSL348.46º74.29%72.55%-
HSV(B)348.46º43.88%92.94%-
XYZ49.0637.0834.71-
YUV166.38120.46178.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 133 (52.34% from 255) = 25.43%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=45.32%
G=25.43%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713315300.440.350.07348.4674.2972.55
HexED859902C23715c4a49
Octal355205231054437534112111
Binary111011011000010110011001010110010001111110101110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8599; }

 p { color: rgb(237,133,153); }

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

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

 a { background-color: rgb(237,133,153); }

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

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

 span { border-color: rgb(237,133,153); }

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