Html Css Color HEX #E0777E Froly

📋 copy color: '#E0777E'

red 224 ◦ green 119 ◦ blue 126

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

Shades of Froly #E0777E

Tints of Froly #E0777E

RGB

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

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

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

R = 47.76%
G = 25.37%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0777E (or 0xE0777E) is known color: Froly. HEX triplet: E0, 77 and 7E. RGB value is (224,119,126). Sum of RGB (Red+Green+Blue) = 224+119+126=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0777E is #1F8881. Grayscale: #979797. Windows color (decimal): -2066562 or 8288224. OLE color: 8288224.

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

Color convert

RGB 224 119 126 -
CMYK 0 0.47 0.44 0.12
HSL 356º 0.63% 0.67% -
HSV(B) 356º 0.47% 0.88% -
XYZ 41.1 30.55 23.47 -
YUV 151.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 224 119 126 0 0.47 0.44 0.12 356 0.63 0.67
Hex E0 77 7E 0 2F 2C C 164 3F 43
Octal 340 167 176 0 57 54 14 544 77 103
Binary 11100000 1110111 1111110 0 101111 101100 1100 101100100 111111 1000011

Color Harmonies of #E0777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0777E

Black with #E0777E

Text Example


Text Example

White with #E0777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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