Html Css Color HEX #E06F77 Froly

📋 copy color: '#E06F77'

red 224 ◦ green 111 ◦ blue 119

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

Shades of Froly #E06F77

Tints of Froly #E06F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.45%

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 49.34%
G = 24.45%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E06F77 (or 0xE06F77) is known color: Froly. HEX triplet: E0, 6F and 77. RGB value is (224,111,119). Sum of RGB (Red+Green+Blue) = 224+111+119=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F77 is #1F9088. Grayscale: #919191. Windows color (decimal): -2068617 or 7827424. OLE color: 7827424.

HSL color Cylindrical-coordinate representation of color #E06F77: hue angle of 355.75º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F77 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 111 119 -
CMYK 0 0.50 0.47 0.12
HSL 355.75º 0.65% 0.66% -
HSV(B) 355.75º 0.5% 0.88% -
XYZ 39.75 28.55 20.87 -
YUV 145.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 224 111 119 0 0.50 0.47 0.12 355.75 0.65 0.66
Hex E0 6F 77 0 32 2F C 164 41 42
Octal 340 157 167 0 62 57 14 544 101 102
Binary 11100000 1101111 1110111 0 110010 101111 1100 101100100 1000001 1000010

Color Harmonies of #E06F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F77

Black with #E06F77

Text Example


Text Example

White with #E06F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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