Html Css Color HEX #E06F76 Froly

📋 copy color: '#E06F76'

red 224 ◦ green 111 ◦ blue 118

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

Shades of Froly #E06F76

Tints of Froly #E06F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 49.45%
G = 24.5%
B = 26.05%

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

#E06F76 (or 0xE06F76) is known color: Froly. HEX triplet: E0, 6F and 76. RGB value is (224,111,118). Sum of RGB (Red+Green+Blue) = 224+111+118=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F76 is #1F9089. Grayscale: #919191. Windows color (decimal): -2068618 or 7761888. OLE color: 7761888.

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

Color convert

RGB 224 111 118 -
CMYK 0 0.50 0.47 0.12
HSL 356.28º 0.65% 0.66% -
HSV(B) 356.28º 0.5% 0.88% -
XYZ 39.69 28.52 20.55 -
YUV 145.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 224 111 118 0 0.50 0.47 0.12 356.28 0.65 0.66
Hex E0 6F 76 0 32 2F C 164 41 42
Octal 340 157 166 0 62 57 14 544 101 102
Binary 11100000 1101111 1110110 0 110010 101111 1100 101100100 1000001 1000010

Color Harmonies of #E06F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F76

Black with #E06F76

Text Example


Text Example

White with #E06F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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