Html Css Color HEX #E46E72 Froly

📋 copy color: '#E46E72'

red 228 ◦ green 110 ◦ blue 114

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

Shades of Froly #E46E72

Tints of Froly #E46E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.34%

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

R = 50.44%
G = 24.34%
B = 25.22%

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

#E46E72 (or 0xE46E72) is known color: Froly. HEX triplet: E4, 6E and 72. RGB value is (228,110,114). Sum of RGB (Red+Green+Blue) = 228+110+114=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46E72 is #1B918D. Grayscale: #919191. Windows color (decimal): -1806734 or 7499492. OLE color: 7499492.

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

Color convert

RGB 228 110 114 -
CMYK 0 0.52 0.50 0.11
HSL 357.97º 0.69% 0.66% -
HSV(B) 357.97º 0.52% 0.89% -
XYZ 40.61 28.86 19.35 -
YUV 145.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 228 110 114 0 0.52 0.50 0.11 357.97 0.69 0.66
Hex E4 6E 72 0 34 32 B 166 45 42
Octal 344 156 162 0 64 62 13 546 105 102
Binary 11100100 1101110 1110010 0 110100 110010 1011 101100110 1000101 1000010

Color Harmonies of #E46E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46E72

Black with #E46E72

Text Example


Text Example

White with #E46E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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