Html Css Color HEX #E880C5 Tea Rose

📋 copy color: '#E880C5'

red 232 ◦ green 128 ◦ blue 197

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

Shades of Tea Rose #E880C5

Tints of Tea Rose #E880C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 41.65%
G = 22.98%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E880C5 (or 0xE880C5) is known color: Tea Rose. HEX triplet: E8, 80 and C5. RGB value is (232,128,197). Sum of RGB (Red+Green+Blue) = 232+128+197=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E880C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880C5 is #177F3A. Grayscale: #A6A6A6. Windows color (decimal): -1539899 or 12943592. OLE color: 12943592.

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

Color convert

RGB 232 128 197 -
CMYK 0 0.45 0.15 0.09
HSL 320.19º 0.69% 0.71% -
HSV(B) 320.19º 0.45% 0.91% -
XYZ 51.08 36.63 57.2 -
YUV 166.96 144.96 174.39 -
System Red Green Blue C M Y K H S L
Decimal 232 128 197 0 0.45 0.15 0.09 320.19 0.69 0.71
Hex E8 80 C5 0 2D F 9 140 45 47
Octal 350 200 305 0 55 17 11 500 105 107
Binary 11101000 10000000 11000101 0 101101 1111 1001 101000000 1000101 1000111

Color Harmonies of #E880C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880C5

Black with #E880C5

Text Example


Text Example

White with #E880C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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