Html Css Color HEX #E77D7E Froly

📋 copy color: '#E77D7E'

red 231 ◦ green 125 ◦ blue 126

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

Shades of Froly #E77D7E

Tints of Froly #E77D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 126 (49.61% from 255) = 26.14%

R = 47.93%
G = 25.93%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E77D7E (or 0xE77D7E) is known color: Froly. HEX triplet: E7, 7D and 7E. RGB value is (231,125,126). Sum of RGB (Red+Green+Blue) = 231+125+126=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E77D7E is #188281. Grayscale: #9C9C9C. Windows color (decimal): -1606274 or 8289767. OLE color: 8289767.

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

Color convert

RGB 231 125 126 -
CMYK 0 0.46 0.45 0.09
HSL 359.43º 0.69% 0.7% -
HSV(B) 359.43º 0.46% 0.91% -
XYZ 44.05 33.16 23.82 -
YUV 156.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 231 125 126 0 0.46 0.45 0.09 359.43 0.69 0.7
Hex E7 7D 7E 0 2E 2D 9 167 45 46
Octal 347 175 176 0 56 55 11 547 105 106
Binary 11100111 1111101 1111110 0 101110 101101 1001 101100111 1000101 1000110

Color Harmonies of #E77D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77D7E

Black with #E77D7E

Text Example


Text Example

White with #E77D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77D7E; }

 p { color: rgb(231,125,126); }

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

background-color css

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

 a { background-color: rgb(231,125,126); }

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

border-color css

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

 span { border-color: rgb(231,125,126); }

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