Html Css Color HEX #EE82CC Tea Rose

📋 copy color: '#EE82CC'

red 238 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #EE82CC

Tints of Tea Rose #EE82CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.73%

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 41.61%
G = 22.73%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE82CC (or 0xEE82CC) is known color: Tea Rose. HEX triplet: EE, 82 and CC. RGB value is (238,130,204). Sum of RGB (Red+Green+Blue) = 238+130+204=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82CC is #117D33. Grayscale: #AAAAAA. Windows color (decimal): -1146164 or 13402862. OLE color: 13402862.

HSL color Cylindrical-coordinate representation of color #EE82CC: hue angle of 318.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE82CC is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 130 204 -
CMYK 0 0.45 0.14 0.07
HSL 318.89º 0.76% 0.72% -
HSV(B) 318.89º 0.45% 0.93% -
XYZ 54.14 38.5 61.7 -
YUV 170.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 238 130 204 0 0.45 0.14 0.07 318.89 0.76 0.72
Hex EE 82 CC 0 2D E 7 13F 4C 48
Octal 356 202 314 0 55 16 7 477 114 110
Binary 11101110 10000010 11001100 0 101101 1110 111 100111111 1001100 1001000

Color Harmonies of #EE82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82CC

Black with #EE82CC

Text Example


Text Example

White with #EE82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82CC; }

 p { color: rgb(238,130,204); }

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

background-color css

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

 a { background-color: rgb(238,130,204); }

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

border-color css

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

 span { border-color: rgb(238,130,204); }

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