Html Css Color HEX #E880CE Tea Rose

📋 copy color: '#E880CE'

red 232 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #E880CE

Tints of Tea Rose #E880CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 40.99%
G = 22.61%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E880CE (or 0xE880CE) is known color: Tea Rose. HEX triplet: E8, 80 and CE. RGB value is (232,128,206). Sum of RGB (Red+Green+Blue) = 232+128+206=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E880CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880CE is #177F31. Grayscale: #A7A7A7. Windows color (decimal): -1539890 or 13533416. OLE color: 13533416.

HSL color Cylindrical-coordinate representation of color #E880CE: hue angle of 315º 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 #E880CE is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 128 206 -
CMYK 0 0.45 0.11 0.09
HSL 315º 0.69% 0.71% -
HSV(B) 315º 0.45% 0.91% -
XYZ 52.14 37.05 62.8 -
YUV 167.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 232 128 206 0 0.45 0.11 0.09 315 0.69 0.71
Hex E8 80 CE 0 2D B 9 13B 45 47
Octal 350 200 316 0 55 13 11 473 105 107
Binary 11101000 10000000 11001110 0 101101 1011 1001 100111011 1000101 1000111

Color Harmonies of #E880CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880CE

Black with #E880CE

Text Example


Text Example

White with #E880CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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