#EE828B

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

Shades of Carissma #EE828B

Tints of Carissma #EE828B

Color information

#EE828B (or 0xEE828B) is unknown color: approx Carissma. HEX triplet: EE, 82 and 8B. RGB value is (238,130,139). Sum of RGB (Red+Green+Blue) = 238+130+139=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE828B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE828B is #117D74. Grayscale: #A3A3A3. Windows color (decimal): -1146229 or 9143022. OLE color: 9143022.

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

Color convert

RGB238130139-
CMYK00.450.420.07
HSL355º76.06%72.16%-
HSV(B)355º45.38%93.33%-
XYZ47.936.0128.85-
YUV163.32114.28181.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=46.94%
G=25.64%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813013900.450.420.0735576.0672.16
HexEE828B02D2A71634c48
Octal356202213055527543114110
Binary111011101000001010001011010110110101011110110001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE828B; }

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

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

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

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

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

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

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

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