Html Css Color HEX #E882CC Tea Rose

📋 copy color: '#E882CC'

red 232 ◦ green 130 ◦ blue 204

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

Shades of Tea Rose #E882CC

Tints of Tea Rose #E882CC

RGB

 RED value IS 232 (91.02% from 255) = 40.99%

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

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

R = 40.99%
G = 22.97%
B = 36.04%

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

#E882CC (or 0xE882CC) is known color: Tea Rose. HEX triplet: E8, 82 and CC. RGB value is (232,130,204). Sum of RGB (Red+Green+Blue) = 232+130+204=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E882CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882CC is #177D33. Grayscale: #A8A8A8. Windows color (decimal): -1539380 or 13402856. OLE color: 13402856.

HSL color Cylindrical-coordinate representation of color #E882CC: hue angle of 316.47º degrees, saturation: 0.69, 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 #E882CC is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 204 -
CMYK 0 0.44 0.12 0.09
HSL 316.47º 0.69% 0.71% -
HSV(B) 316.47º 0.44% 0.91% -
XYZ 52.16 37.48 61.61 -
YUV 168.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 232 130 204 0 0.44 0.12 0.09 316.47 0.69 0.71
Hex E8 82 CC 0 2C C 9 13C 45 47
Octal 350 202 314 0 54 14 11 474 105 107
Binary 11101000 10000010 11001100 0 101100 1100 1001 100111100 1000101 1000111

Color Harmonies of #E882CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E882CC

Black with #E882CC

Text Example


Text Example

White with #E882CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E882CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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