#EE8488

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

Shades of Carissma #EE8488

Tints of Carissma #EE8488

Color information

#EE8488 (or 0xEE8488) is unknown color: approx Carissma. HEX triplet: EE, 84 and 88. RGB value is (238,132,136). Sum of RGB (Red+Green+Blue) = 238+132+136=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8488 is #117B77. Grayscale: #A4A4A4. Windows color (decimal): -1145720 or 8946926. OLE color: 8946926.

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

Color convert

RGB238132136-
CMYK00.450.430.07
HSL357.74º75.71%72.55%-
HSV(B)357.74º44.54%93.33%-
XYZ47.9636.4627.8-
YUV164.15112.12180.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.04%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=47.04%
G=26.09%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813213600.450.430.07357.7475.7172.55
HexEE848802D2B71664c49
Octal356204210055537546114111
Binary111011101000010010001000010110110101111110110011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8488; }

 p { color: rgb(238,132,136); }

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

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

 a { background-color: rgb(238,132,136); }

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

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

 span { border-color: rgb(238,132,136); }

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