#E77FCD

Color #E77FCD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #E77FCD

Tints of Tea Rose #E77FCD

Color information

#E77FCD (or 0xE77FCD) is unknown color: approx Tea Rose. HEX triplet: E7, 7F and CD. RGB value is (231,127,205). Sum of RGB (Red+Green+Blue) = 231+127+205=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FCD is #188032. Grayscale: #A6A6A6. Windows color (decimal): -1605683 or 13467623. OLE color: 13467623.

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

Color convert

RGB231127205-
CMYK00.450.110.09
HSL315º68.42%70.2%-
HSV(B)315º45.02%90.59%-
XYZ51.5636.5862.1-
YUV166.99149.46173.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 127 (50% from 255) = 22.56%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=41.03%
G=22.56%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112720500.450.110.0931568.4270.2
HexE77FCD02DB913b4446
Octal3471773150551311473104106
Binary1110011111111111100110101011011011100110011101110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77FCD; }

 p { color: rgb(231,127,205); }

 H1.HeaderClassName
 {
   color: #E77FCD;
 }
 .AnyTagClassName
 {
   color: #E77FCD;
 }
</style>
background-color css

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

 a { background-color: rgb(231,127,205); }

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

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

 span { border-color: rgb(231,127,205); }

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