Html Css Color HEX #E06F74 Froly

📋 copy color: '#E06F74'

red 224 ◦ green 111 ◦ blue 116

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

Shades of Froly #E06F74

Tints of Froly #E06F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 49.67%
G = 24.61%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E06F74 (or 0xE06F74) is known color: Froly. HEX triplet: E0, 6F and 74. RGB value is (224,111,116). Sum of RGB (Red+Green+Blue) = 224+111+116=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F74 is #1F908B. Grayscale: #919191. Windows color (decimal): -2068620 or 7630816. OLE color: 7630816.

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

Color convert

RGB 224 111 116 -
CMYK 0 0.50 0.48 0.12
HSL 357.35º 0.65% 0.66% -
HSV(B) 357.35º 0.5% 0.88% -
XYZ 39.58 28.48 19.93 -
YUV 145.36 111.44 184.09 -
System Red Green Blue C M Y K H S L
Decimal 224 111 116 0 0.50 0.48 0.12 357.35 0.65 0.66
Hex E0 6F 74 0 32 30 C 165 41 42
Octal 340 157 164 0 62 60 14 545 101 102
Binary 11100000 1101111 1110100 0 110010 110000 1100 101100101 1000001 1000010

Color Harmonies of #E06F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F74

Black with #E06F74

Text Example


Text Example

White with #E06F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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