Html Css Color HEX #E77AC7 Tea Rose

📋 copy color: '#E77AC7'

red 231 ◦ green 122 ◦ blue 199

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

Shades of Tea Rose #E77AC7

Tints of Tea Rose #E77AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 41.85%
G = 22.1%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E77AC7 (or 0xE77AC7) is known color: Tea Rose. HEX triplet: E7, 7A and C7. RGB value is (231,122,199). Sum of RGB (Red+Green+Blue) = 231+122+199=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AC7 is #188538. Grayscale: #A3A3A3. Windows color (decimal): -1606969 or 13073127. OLE color: 13073127.

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

Color convert

RGB 231 122 199 -
CMYK 0 0.47 0.14 0.09
HSL 317.61º 0.69% 0.69% -
HSV(B) 317.61º 0.47% 0.91% -
XYZ 50.22 35.03 58.15 -
YUV 163.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 231 122 199 0 0.47 0.14 0.09 317.61 0.69 0.69
Hex E7 7A C7 0 2F E 9 13E 45 45
Octal 347 172 307 0 57 16 11 476 105 105
Binary 11100111 1111010 11000111 0 101111 1110 1001 100111110 1000101 1000101

Color Harmonies of #E77AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77AC7

Black with #E77AC7

Text Example


Text Example

White with #E77AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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