Html Css Color HEX #E06D72 Froly

📋 copy color: '#E06D72'

red 224 ◦ green 109 ◦ blue 114

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

Shades of Froly #E06D72

Tints of Froly #E06D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.38%

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 50.11%
G = 24.38%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E06D72 (or 0xE06D72) is known color: Froly. HEX triplet: E0, 6D and 72. RGB value is (224,109,114). Sum of RGB (Red+Green+Blue) = 224+109+114=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D72 is #1F928D. Grayscale: #909090. Windows color (decimal): -2069134 or 7499232. OLE color: 7499232.

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

Color convert

RGB 224 109 114 -
CMYK 0 0.51 0.49 0.12
HSL 357.39º 0.65% 0.65% -
HSV(B) 357.39º 0.51% 0.88% -
XYZ 39.25 28 19.26 -
YUV 143.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 224 109 114 0 0.51 0.49 0.12 357.39 0.65 0.65
Hex E0 6D 72 0 33 31 C 165 41 41
Octal 340 155 162 0 63 61 14 545 101 101
Binary 11100000 1101101 1110010 0 110011 110001 1100 101100101 1000001 1000001

Color Harmonies of #E06D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D72

Black with #E06D72

Text Example


Text Example

White with #E06D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D72; }

 p { color: rgb(224,109,114); }

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

background-color css

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

 a { background-color: rgb(224,109,114); }

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

border-color css

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

 span { border-color: rgb(224,109,114); }

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