#EE829B

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

Shades of Carissma #EE829B

Tints of Carissma #EE829B

Color information

#EE829B (or 0xEE829B) is unknown color: approx Carissma. HEX triplet: EE, 82 and 9B. RGB value is (238,130,155). Sum of RGB (Red+Green+Blue) = 238+130+155=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE829B is #117D64. Grayscale: #A5A5A5. Windows color (decimal): -1146213 or 10191598. OLE color: 10191598.

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

Color convert

RGB238130155-
CMYK00.450.350.07
HSL346.11º76.06%72.16%-
HSV(B)346.11º45.38%93.33%-
XYZ49.1636.5135.47-
YUV165.14122.28179.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.51%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=45.51%
G=24.86%
B=29.64%

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
Decimal23813015500.450.350.07346.1176.0672.16
HexEE829B02D23715a4c48
Octal356202233055437532114110
Binary111011101000001010011011010110110001111110101101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE829B; }

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

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

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

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

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

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

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

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