Html Css Color HEX #EE8ABF Tea Rose

📋 copy color: '#EE8ABF'

red 238 ◦ green 138 ◦ blue 191

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

Shades of Tea Rose #EE8ABF

Tints of Tea Rose #EE8ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.34%

 BLUE value IS 191 (75% from 255) = 33.69%

R = 41.98%
G = 24.34%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE8ABF (or 0xEE8ABF) is known color: Tea Rose. HEX triplet: EE, 8A and BF. RGB value is (238,138,191). Sum of RGB (Red+Green+Blue) = 238+138+191=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8ABF is #117540. Grayscale: #ADADAD. Windows color (decimal): -1144129 or 12552942. OLE color: 12552942.

HSL color Cylindrical-coordinate representation of color #EE8ABF: hue angle of 328.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8ABF is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 138 191 -
CMYK 0 0.42 0.20 0.07
HSL 328.2º 0.75% 0.74% -
HSV(B) 328.2º 0.42% 0.93% -
XYZ 53.75 40.12 54.2 -
YUV 173.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 238 138 191 0 0.42 0.20 0.07 328.2 0.75 0.74
Hex EE 8A BF 0 2A 14 7 148 4B 4A
Octal 356 212 277 0 52 24 7 510 113 112
Binary 11101110 10001010 10111111 0 101010 10100 111 101001000 1001011 1001010

Color Harmonies of #EE8ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8ABF

Black with #EE8ABF

Text Example


Text Example

White with #EE8ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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