#EE828C

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

Shades of Carissma #EE828C

Tints of Carissma #EE828C

Color information

#EE828C (or 0xEE828C) is unknown color: approx Carissma. HEX triplet: EE, 82 and 8C. RGB value is (238,130,140). Sum of RGB (Red+Green+Blue) = 238+130+140=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE828C is #117D73. Grayscale: #A3A3A3. Windows color (decimal): -1146228 or 9208558. OLE color: 9208558.

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

Color convert

RGB238130140-
CMYK00.450.410.07
HSL354.44º76.06%72.16%-
HSV(B)354.44º45.38%93.33%-
XYZ47.9836.0429.24-
YUV163.43114.78181.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.85%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=46.85%
G=25.59%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813014000.450.410.07354.4476.0672.16
HexEE828C02D2971624c48
Octal356202214055517542114110
Binary111011101000001010001100010110110100111110110001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE828C; }

 p { color: rgb(238,130,140); }

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

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

 a { background-color: rgb(238,130,140); }

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

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

 span { border-color: rgb(238,130,140); }

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