Html Css Color HEX #EE808E Carissma

📋 copy color: '#EE808E'

red 238 ◦ green 128 ◦ blue 142

#EE808E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EE808E

Tints of Carissma #EE808E

RGB

 RED value IS 238 (93.36% from 255) = 46.85%

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 46.85%
G = 25.2%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EE808E (or 0xEE808E) is known color: Carissma. HEX triplet: EE, 80 and 8E. RGB value is (238,128,142). Sum of RGB (Red+Green+Blue) = 238+128+142=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE808E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE808E is #117F71. Grayscale: #A2A2A2. Windows color (decimal): -1146738 or 9339118. OLE color: 9339118.

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

Color convert

RGB 238 128 142 -
CMYK 0 0.46 0.40 0.07
HSL 352.36º 0.76% 0.72% -
HSV(B) 352.36º 0.46% 0.93% -
XYZ 47.86 35.57 29.93 -
YUV 162.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 238 128 142 0 0.46 0.40 0.07 352.36 0.76 0.72
Hex EE 80 8E 0 2E 28 7 160 4C 48
Octal 356 200 216 0 56 50 7 540 114 110
Binary 11101110 10000000 10001110 0 101110 101000 111 101100000 1001100 1001000

Color Harmonies of #EE808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE808E

Black with #EE808E

Text Example


Text Example

White with #EE808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE808E; }

 p { color: rgb(238,128,142); }

 H1.HeaderClassName
 {
   color: #EE808E;
 }
 .AnyTagClassName
 {
   color: #EE808E;
 }
</style>

background-color css

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

 a { background-color: rgb(238,128,142); }

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

border-color css

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

 span { border-color: rgb(238,128,142); }

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