Html Css Color HEX #EE80CD Tea Rose

📋 copy color: '#EE80CD'

red 238 ◦ green 128 ◦ blue 205

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

Shades of Tea Rose #EE80CD

Tints of Tea Rose #EE80CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.9%

R = 41.68%
G = 22.42%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE80CD (or 0xEE80CD) is known color: Tea Rose. HEX triplet: EE, 80 and CD. RGB value is (238,128,205). Sum of RGB (Red+Green+Blue) = 238+128+205=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80CD is #117F32. Grayscale: #A9A9A9. Windows color (decimal): -1146675 or 13467886. OLE color: 13467886.

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

Color convert

RGB 238 128 205 -
CMYK 0 0.46 0.14 0.07
HSL 318º 0.76% 0.72% -
HSV(B) 318º 0.46% 0.93% -
XYZ 54 38.02 62.25 -
YUV 169.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 238 128 205 0 0.46 0.14 0.07 318 0.76 0.72
Hex EE 80 CD 0 2E E 7 13E 4C 48
Octal 356 200 315 0 56 16 7 476 114 110
Binary 11101110 10000000 11001101 0 101110 1110 111 100111110 1001100 1001000

Color Harmonies of #EE80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80CD

Black with #EE80CD

Text Example


Text Example

White with #EE80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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