Html Css Color HEX #E77AC9 Tea Rose

📋 copy color: '#E77AC9'

red 231 ◦ green 122 ◦ blue 201

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

Shades of Tea Rose #E77AC9

Tints of Tea Rose #E77AC9

RGB

 RED value IS 231 (90.63% from 255) = 41.7%

 GREEN value IS 122 (48.05% from 255) = 22.02%

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 41.7%
G = 22.02%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E77AC9 (or 0xE77AC9) is known color: Tea Rose. HEX triplet: E7, 7A and C9. RGB value is (231,122,201). Sum of RGB (Red+Green+Blue) = 231+122+201=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AC9 is #188536. Grayscale: #A3A3A3. Windows color (decimal): -1606967 or 13204199. OLE color: 13204199.

HSL color Cylindrical-coordinate representation of color #E77AC9: hue angle of 316.51º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AC9 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 122 201 -
CMYK 0 0.47 0.13 0.09
HSL 316.51º 0.69% 0.69% -
HSV(B) 316.51º 0.47% 0.91% -
XYZ 50.46 35.13 59.38 -
YUV 163.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 231 122 201 0 0.47 0.13 0.09 316.51 0.69 0.69
Hex E7 7A C9 0 2F D 9 13D 45 45
Octal 347 172 311 0 57 15 11 475 105 105
Binary 11100111 1111010 11001001 0 101111 1101 1001 100111101 1000101 1000101

Color Harmonies of #E77AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AC9

Black with #E77AC9

Text Example


Text Example

White with #E77AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AC9; }

 p { color: rgb(231,122,201); }

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

background-color css

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

 a { background-color: rgb(231,122,201); }

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

border-color css

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

 span { border-color: rgb(231,122,201); }

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