Html Css Color HEX #E0777F Froly

📋 copy color: '#E0777F'

red 224 ◦ green 119 ◦ blue 127

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

Shades of Froly #E0777F

Tints of Froly #E0777F

RGB

 RED value IS 224 (87.89% from 255) = 47.66%

 GREEN value IS 119 (46.88% from 255) = 25.32%

 BLUE value IS 127 (50% from 255) = 27.02%

R = 47.66%
G = 25.32%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0777F (or 0xE0777F) is known color: Froly. HEX triplet: E0, 77 and 7F. RGB value is (224,119,127). Sum of RGB (Red+Green+Blue) = 224+119+127=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0777F is #1F8880. Grayscale: #979797. Windows color (decimal): -2066561 or 8353760. OLE color: 8353760.

HSL color Cylindrical-coordinate representation of color #E0777F: hue angle of 355.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0777F is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 127 -
CMYK 0 0.47 0.43 0.12
HSL 355.43º 0.63% 0.67% -
HSV(B) 355.43º 0.47% 0.88% -
XYZ 41.17 30.57 23.81 -
YUV 151.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 224 119 127 0 0.47 0.43 0.12 355.43 0.63 0.67
Hex E0 77 7F 0 2F 2B C 163 3F 43
Octal 340 167 177 0 57 53 14 543 77 103
Binary 11100000 1110111 1111111 0 101111 101011 1100 101100011 111111 1000011

Color Harmonies of #E0777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0777F

Black with #E0777F

Text Example


Text Example

White with #E0777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0777F; }

 p { color: rgb(224,119,127); }

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

background-color css

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

 a { background-color: rgb(224,119,127); }

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

border-color css

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

 span { border-color: rgb(224,119,127); }

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