Html Css Color HEX #E46D72 Froly

📋 copy color: '#E46D72'

red 228 ◦ green 109 ◦ blue 114

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

Shades of Froly #E46D72

Tints of Froly #E46D72

RGB

 RED value IS 228 (89.45% from 255) = 50.55%

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

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

R = 50.55%
G = 24.17%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E46D72 (or 0xE46D72) is known color: Froly. HEX triplet: E4, 6D and 72. RGB value is (228,109,114). Sum of RGB (Red+Green+Blue) = 228+109+114=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46D72 is #1B928D. Grayscale: #919191. Windows color (decimal): -1806990 or 7499236. OLE color: 7499236.

HSL color Cylindrical-coordinate representation of color #E46D72: hue angle of 357.48º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46D72 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 109 114 -
CMYK 0 0.52 0.50 0.11
HSL 357.48º 0.69% 0.66% -
HSV(B) 357.48º 0.52% 0.89% -
XYZ 40.5 28.65 19.31 -
YUV 145.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 228 109 114 0 0.52 0.50 0.11 357.48 0.69 0.66
Hex E4 6D 72 0 34 32 B 165 45 42
Octal 344 155 162 0 64 62 13 545 105 102
Binary 11100100 1101101 1110010 0 110100 110010 1011 101100101 1000101 1000010

Color Harmonies of #E46D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46D72

Black with #E46D72

Text Example


Text Example

White with #E46D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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