Html Css Color HEX #EE808C Carissma

📋 copy color: '#EE808C'

red 238 ◦ green 128 ◦ blue 140

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

Shades of Carissma #EE808C

Tints of Carissma #EE808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 47.04%
G = 25.3%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE808C (or 0xEE808C) is known color: Carissma. HEX triplet: EE, 80 and 8C. RGB value is (238,128,140). Sum of RGB (Red+Green+Blue) = 238+128+140=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE808C is #117F73. Grayscale: #A2A2A2. Windows color (decimal): -1146740 or 9208046. OLE color: 9208046.

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

Color convert

RGB 238 128 140 -
CMYK 0 0.46 0.41 0.07
HSL 353.45º 0.76% 0.72% -
HSV(B) 353.45º 0.46% 0.93% -
XYZ 47.71 35.51 29.15 -
YUV 162.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 238 128 140 0 0.46 0.41 0.07 353.45 0.76 0.72
Hex EE 80 8C 0 2E 29 7 161 4C 48
Octal 356 200 214 0 56 51 7 541 114 110
Binary 11101110 10000000 10001100 0 101110 101001 111 101100001 1001100 1001000

Color Harmonies of #EE808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE808C

Black with #EE808C

Text Example


Text Example

White with #EE808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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