Html Css Color HEX #E77FCD Tea Rose

📋 copy color: '#E77FCD'

red 231 ◦ green 127 ◦ blue 205

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

Shades of Tea Rose #E77FCD

Tints of Tea Rose #E77FCD

RGB

 RED value IS 231 (90.63% 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 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

#E77FCD (or 0xE77FCD) is known color: 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

RGB 231 127 205 -
CMYK 0 0.45 0.11 0.09
HSL 315º 0.68% 0.7% -
HSV(B) 315º 0.45% 0.91% -
XYZ 51.56 36.58 62.1 -
YUV 166.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 231 127 205 0 0.45 0.11 0.09 315 0.68 0.7
Hex E7 7F CD 0 2D B 9 13B 44 46
Octal 347 177 315 0 55 13 11 473 104 106
Binary 11100111 1111111 11001101 0 101101 1011 1001 100111011 1000100 1000110

Color Harmonies of #E77FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FCD

Black with #E77FCD

Text Example


Text Example

White with #E77FCD

Text Example


Text Example

HTML Codes & Css Web 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>