#EE849A

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

Shades of Carissma #EE849A

Tints of Carissma #EE849A

Color information

#EE849A (or 0xEE849A) is unknown color: approx Carissma. HEX triplet: EE, 84 and 9A. RGB value is (238,132,154). Sum of RGB (Red+Green+Blue) = 238+132+154=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE849A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE849A is #117B65. Grayscale: #A6A6A6. Windows color (decimal): -1145702 or 10126574. OLE color: 10126574.

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

Color convert

RGB238132154-
CMYK00.450.350.07
HSL347.55º75.71%72.55%-
HSV(B)347.55º44.54%93.33%-
XYZ49.3437.0135.12-
YUV166.2121.12179.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=45.42%
G=25.19%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813215400.450.350.07347.5575.7172.55
HexEE849A02D23715c4c49
Octal356204232055437534114111
Binary111011101000010010011010010110110001111110101110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE849A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE849A; }

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

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

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

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

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

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

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

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