Html Css Color HEX #E0777A Froly

📋 copy color: '#E0777A'

red 224 ◦ green 119 ◦ blue 122

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

Shades of Froly #E0777A

Tints of Froly #E0777A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 48.17%
G = 25.59%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0777A (or 0xE0777A) is known color: Froly. HEX triplet: E0, 77 and 7A. RGB value is (224,119,122). Sum of RGB (Red+Green+Blue) = 224+119+122=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0777A is #1F8885. Grayscale: #969696. Windows color (decimal): -2066566 or 8026080. OLE color: 8026080.

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

Color convert

RGB 224 119 122 -
CMYK 0 0.47 0.46 0.12
HSL 358.29º 0.63% 0.67% -
HSV(B) 358.29º 0.47% 0.88% -
XYZ 40.85 30.45 22.14 -
YUV 150.74 111.79 180.26 -
System Red Green Blue C M Y K H S L
Decimal 224 119 122 0 0.47 0.46 0.12 358.29 0.63 0.67
Hex E0 77 7A 0 2F 2E C 166 3F 43
Octal 340 167 172 0 57 56 14 546 77 103
Binary 11100000 1110111 1111010 0 101111 101110 1100 101100110 111111 1000011

Color Harmonies of #E0777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0777A

Black with #E0777A

Text Example


Text Example

White with #E0777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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