Html Css Color HEX #E06F7D Froly

📋 copy color: '#E06F7D'

red 224 ◦ green 111 ◦ blue 125

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

Shades of Froly #E06F7D

Tints of Froly #E06F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 48.7%
G = 24.13%
B = 27.17%

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

#E06F7D (or 0xE06F7D) is known color: Froly. HEX triplet: E0, 6F and 7D. RGB value is (224,111,125). Sum of RGB (Red+Green+Blue) = 224+111+125=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06F7D is #1F9082. Grayscale: #929292. Windows color (decimal): -2068611 or 8220640. OLE color: 8220640.

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

Color convert

RGB 224 111 125 -
CMYK 0 0.50 0.44 0.12
HSL 352.57º 0.65% 0.66% -
HSV(B) 352.57º 0.5% 0.88% -
XYZ 40.13 28.7 22.83 -
YUV 146.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 224 111 125 0 0.50 0.44 0.12 352.57 0.65 0.66
Hex E0 6F 7D 0 32 2C C 161 41 42
Octal 340 157 175 0 62 54 14 541 101 102
Binary 11100000 1101111 1111101 0 110010 101100 1100 101100001 1000001 1000010

Color Harmonies of #E06F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F7D

Black with #E06F7D

Text Example


Text Example

White with #E06F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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