Html Css Color HEX #EE808A Carissma

📋 copy color: '#EE808A'

red 238 ◦ green 128 ◦ blue 138

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

Shades of Carissma #EE808A

Tints of Carissma #EE808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 47.22%
G = 25.4%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE808A (or 0xEE808A) is known color: Carissma. HEX triplet: EE, 80 and 8A. RGB value is (238,128,138). Sum of RGB (Red+Green+Blue) = 238+128+138=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE808A is #117F75. Grayscale: #A2A2A2. Windows color (decimal): -1146742 or 9076974. OLE color: 9076974.

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

Color convert

RGB 238 128 138 -
CMYK 0 0.46 0.42 0.07
HSL 354.55º 0.76% 0.72% -
HSV(B) 354.55º 0.46% 0.93% -
XYZ 47.57 35.45 28.38 -
YUV 162.03 114.44 182.19 -
System Red Green Blue C M Y K H S L
Decimal 238 128 138 0 0.46 0.42 0.07 354.55 0.76 0.72
Hex EE 80 8A 0 2E 2A 7 163 4C 48
Octal 356 200 212 0 56 52 7 543 114 110
Binary 11101110 10000000 10001010 0 101110 101010 111 101100011 1001100 1001000

Color Harmonies of #EE808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE808A

Black with #EE808A

Text Example


Text Example

White with #EE808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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