Html Css Color HEX #E982CC Tea Rose

📋 copy color: '#E982CC'

red 233 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #E982CC

Tints of Tea Rose #E982CC

RGB

 RED value IS 233 (91.41% from 255) = 41.09%

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

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

R = 41.09%
G = 22.93%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E982CC (or 0xE982CC) is known color: Tea Rose. HEX triplet: E9, 82 and CC. RGB value is (233,130,204). Sum of RGB (Red+Green+Blue) = 233+130+204=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E982CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982CC is #167D33. Grayscale: #A9A9A9. Windows color (decimal): -1473844 or 13402857. OLE color: 13402857.

HSL color Cylindrical-coordinate representation of color #E982CC: hue angle of 316.89º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E982CC is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 130 204 -
CMYK 0 0.44 0.12 0.09
HSL 316.89º 0.7% 0.71% -
HSV(B) 316.89º 0.44% 0.91% -
XYZ 52.49 37.65 61.63 -
YUV 169.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 233 130 204 0 0.44 0.12 0.09 316.89 0.7 0.71
Hex E9 82 CC 0 2C C 9 13D 46 47
Octal 351 202 314 0 54 14 11 475 106 107
Binary 11101001 10000010 11001100 0 101100 1100 1001 100111101 1000110 1000111

Color Harmonies of #E982CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E982CC

Black with #E982CC

Text Example


Text Example

White with #E982CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E982CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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