Html Css Color HEX #E880CF Tea Rose

📋 copy color: '#E880CF'

red 232 ◦ green 128 ◦ blue 207

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

Shades of Tea Rose #E880CF

Tints of Tea Rose #E880CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 40.92%
G = 22.57%
B = 36.51%

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

#E880CF (or 0xE880CF) is known color: Tea Rose. HEX triplet: E8, 80 and CF. RGB value is (232,128,207). Sum of RGB (Red+Green+Blue) = 232+128+207=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E880CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880CF is #177F30. Grayscale: #A7A7A7. Windows color (decimal): -1539889 or 13598952. OLE color: 13598952.

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

Color convert

RGB 232 128 207 -
CMYK 0 0.45 0.11 0.09
HSL 314.42º 0.69% 0.71% -
HSV(B) 314.42º 0.45% 0.91% -
XYZ 52.26 37.1 63.44 -
YUV 168.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 232 128 207 0 0.45 0.11 0.09 314.42 0.69 0.71
Hex E8 80 CF 0 2D B 9 13A 45 47
Octal 350 200 317 0 55 13 11 472 105 107
Binary 11101000 10000000 11001111 0 101101 1011 1001 100111010 1000101 1000111

Color Harmonies of #E880CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E880CF

Black with #E880CF

Text Example


Text Example

White with #E880CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E880CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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