Html Css Color HEX #E880CA Tea Rose

📋 copy color: '#E880CA'

red 232 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #E880CA

Tints of Tea Rose #E880CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 41.28%
G = 22.78%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E880CA (or 0xE880CA) is known color: Tea Rose. HEX triplet: E8, 80 and CA. RGB value is (232,128,202). Sum of RGB (Red+Green+Blue) = 232+128+202=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E880CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880CA is #177F35. Grayscale: #A7A7A7. Windows color (decimal): -1539894 or 13271272. OLE color: 13271272.

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

Color convert

RGB 232 128 202 -
CMYK 0 0.45 0.13 0.09
HSL 317.31º 0.69% 0.71% -
HSV(B) 317.31º 0.45% 0.91% -
XYZ 51.66 36.86 60.27 -
YUV 167.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 232 128 202 0 0.45 0.13 0.09 317.31 0.69 0.71
Hex E8 80 CA 0 2D D 9 13D 45 47
Octal 350 200 312 0 55 15 11 475 105 107
Binary 11101000 10000000 11001010 0 101101 1101 1001 100111101 1000101 1000111

Color Harmonies of #E880CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880CA

Black with #E880CA

Text Example


Text Example

White with #E880CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880CA; }

 p { color: rgb(232,128,202); }

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

background-color css

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

 a { background-color: rgb(232,128,202); }

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

border-color css

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

 span { border-color: rgb(232,128,202); }

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