#EE8595

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

Shades of Carissma #EE8595

Tints of Carissma #EE8595

Color information

#EE8595 (or 0xEE8595) is unknown color: approx Carissma. HEX triplet: EE, 85 and 95. RGB value is (238,133,149). Sum of RGB (Red+Green+Blue) = 238+133+149=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8595 is #117A6A. Grayscale: #A6A6A6. Windows color (decimal): -1145451 or 9799150. OLE color: 9799150.

HSL color Cylindrical-coordinate representation of color #EE8595: hue angle of 350.86º degrees, saturation: 0.76, 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 #EE8595 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238133149-
CMYK00.440.370.07
HSL350.86º75.54%72.75%-
HSV(B)350.86º44.12%93.33%-
XYZ49.0737.1233.01-
YUV166.22118.29179.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.77%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=45.77%
G=25.58%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813314900.440.370.07350.8675.5472.75
HexEE859502C25715f4c49
Octal356205225054457537114111
Binary111011101000010110010101010110010010111110101111110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8595; }

 p { color: rgb(238,133,149); }

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

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

 a { background-color: rgb(238,133,149); }

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

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

 span { border-color: rgb(238,133,149); }

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