Html Css Color HEX #EE80CB Tea Rose

📋 copy color: '#EE80CB'

red 238 ◦ green 128 ◦ blue 203

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

Shades of Tea Rose #EE80CB

Tints of Tea Rose #EE80CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 41.83%
G = 22.5%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE80CB (or 0xEE80CB) is known color: Tea Rose. HEX triplet: EE, 80 and CB. RGB value is (238,128,203). Sum of RGB (Red+Green+Blue) = 238+128+203=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80CB is #117F34. Grayscale: #A9A9A9. Windows color (decimal): -1146677 or 13336814. OLE color: 13336814.

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

Color convert

RGB 238 128 203 -
CMYK 0 0.46 0.15 0.07
HSL 319.09º 0.76% 0.72% -
HSV(B) 319.09º 0.46% 0.93% -
XYZ 53.76 37.93 60.99 -
YUV 169.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 238 128 203 0 0.46 0.15 0.07 319.09 0.76 0.72
Hex EE 80 CB 0 2E F 7 13F 4C 48
Octal 356 200 313 0 56 17 7 477 114 110
Binary 11101110 10000000 11001011 0 101110 1111 111 100111111 1001100 1001000

Color Harmonies of #EE80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80CB

Black with #EE80CB

Text Example


Text Example

White with #EE80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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