#EE818A

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

Shades of Carissma #EE818A

Tints of Carissma #EE818A

Color information

#EE818A (or 0xEE818A) is unknown color: approx Carissma. HEX triplet: EE, 81 and 8A. RGB value is (238,129,138). Sum of RGB (Red+Green+Blue) = 238+129+138=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE818A is #117E75. Grayscale: #A2A2A2. Windows color (decimal): -1146486 or 9077230. OLE color: 9077230.

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

Color convert

RGB238129138-
CMYK00.460.420.07
HSL355.05º76.22%71.96%-
HSV(B)355.05º45.8%93.33%-
XYZ47.735.7128.42-
YUV162.62114.11181.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.13%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=47.13%
G=25.54%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812913800.460.420.07355.0576.2271.96
HexEE818A02E2A71634c48
Octal356201212056527543114110
Binary111011101000000110001010010111010101011110110001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE818A; }

 p { color: rgb(238,129,138); }

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

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

 a { background-color: rgb(238,129,138); }

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

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

 span { border-color: rgb(238,129,138); }

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