#EE8493

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

Shades of Carissma #EE8493

Tints of Carissma #EE8493

Color information

#EE8493 (or 0xEE8493) is unknown color: approx Carissma. HEX triplet: EE, 84 and 93. RGB value is (238,132,147). Sum of RGB (Red+Green+Blue) = 238+132+147=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8493 is #117B6C. Grayscale: #A5A5A5. Windows color (decimal): -1145709 or 9667822. OLE color: 9667822.

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

Color convert

RGB238132147-
CMYK00.450.380.07
HSL351.51º75.71%72.55%-
HSV(B)351.51º44.54%93.33%-
XYZ48.7836.7932.13-
YUV165.4117.62179.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=46.03%
G=25.53%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813214700.450.380.07351.5175.7172.55
HexEE849302D2671604c49
Octal356204223055467540114111
Binary111011101000010010010011010110110011011110110000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8493; }

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

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

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

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

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

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

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

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