#EE819E

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

Shades of Carissma #EE819E

Tints of Carissma #EE819E

Color information

#EE819E (or 0xEE819E) is unknown color: approx Carissma. HEX triplet: EE, 81 and 9E. RGB value is (238,129,158). Sum of RGB (Red+Green+Blue) = 238+129+158=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE819E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE819E is #117E61. Grayscale: #A4A4A4. Windows color (decimal): -1146466 or 10387950. OLE color: 10387950.

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

Color convert

RGB238129158-
CMYK00.460.340.07
HSL344.04º76.22%71.96%-
HSV(B)344.04º45.8%93.33%-
XYZ49.2836.3536.77-
YUV164.9124.11180.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=45.33%
G=24.57%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812915800.460.340.07344.0476.2271.96
HexEE819E02E2271584c48
Octal356201236056427530114110
Binary111011101000000110011110010111010001011110101100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE819E; }

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

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

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

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

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

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

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

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