Html Css Color HEX #E46172 Froly

📋 copy color: '#E46172'

red 228 ◦ green 97 ◦ blue 114

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

Shades of Froly #E46172

Tints of Froly #E46172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.1%

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

R = 51.94%
G = 22.1%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E46172 (or 0xE46172) is known color: Froly. HEX triplet: E4, 61 and 72. RGB value is (228,97,114). Sum of RGB (Red+Green+Blue) = 228+97+114=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E46172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46172 is #1B9E8D. Grayscale: #8A8A8A. Windows color (decimal): -1810062 or 7496164. OLE color: 7496164.

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

Color convert

RGB 228 97 114 -
CMYK 0 0.57 0.50 0.11
HSL 352.21º 0.71% 0.64% -
HSV(B) 352.21º 0.57% 0.89% -
XYZ 39.31 26.26 18.92 -
YUV 138.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 228 97 114 0 0.57 0.50 0.11 352.21 0.71 0.64
Hex E4 61 72 0 39 32 B 160 47 40
Octal 344 141 162 0 71 62 13 540 107 100
Binary 11100100 1100001 1110010 0 111001 110010 1011 101100000 1000111 1000000

Color Harmonies of #E46172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46172

Black with #E46172

Text Example


Text Example

White with #E46172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46172; }

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

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

background-color css

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

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

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

border-color css

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

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

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