Html Css Color HEX #E06F7E Froly

📋 copy color: '#E06F7E'

red 224 ◦ green 111 ◦ blue 126

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

Shades of Froly #E06F7E

Tints of Froly #E06F7E

RGB

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

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

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

R = 48.59%
G = 24.08%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E06F7E (or 0xE06F7E) is known color: Froly. HEX triplet: E0, 6F and 7E. RGB value is (224,111,126). Sum of RGB (Red+Green+Blue) = 224+111+126=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F7E is #1F9081. Grayscale: #929292. Windows color (decimal): -2068610 or 8286176. OLE color: 8286176.

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

Color convert

RGB 224 111 126 -
CMYK 0 0.50 0.44 0.12
HSL 352.04º 0.65% 0.66% -
HSV(B) 352.04º 0.5% 0.88% -
XYZ 40.19 28.72 23.16 -
YUV 146.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 224 111 126 0 0.50 0.44 0.12 352.04 0.65 0.66
Hex E0 6F 7E 0 32 2C C 160 41 42
Octal 340 157 176 0 62 54 14 540 101 102
Binary 11100000 1101111 1111110 0 110010 101100 1100 101100000 1000001 1000010

Color Harmonies of #E06F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F7E

Black with #E06F7E

Text Example


Text Example

White with #E06F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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