Html Css Color HEX #E46572 Froly

📋 copy color: '#E46572'

red 228 ◦ green 101 ◦ blue 114

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

Shades of Froly #E46572

Tints of Froly #E46572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.8%

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

R = 51.47%
G = 22.8%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E46572 (or 0xE46572) is known color: Froly. HEX triplet: E4, 65 and 72. RGB value is (228,101,114). Sum of RGB (Red+Green+Blue) = 228+101+114=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E46572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46572 is #1B9A8D. Grayscale: #8C8C8C. Windows color (decimal): -1809038 or 7497188. OLE color: 7497188.

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

Color convert

RGB 228 101 114 -
CMYK 0 0.56 0.50 0.11
HSL 353.86º 0.7% 0.65% -
HSV(B) 353.86º 0.56% 0.89% -
XYZ 39.69 27.02 19.04 -
YUV 140.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 228 101 114 0 0.56 0.50 0.11 353.86 0.7 0.65
Hex E4 65 72 0 38 32 B 162 46 41
Octal 344 145 162 0 70 62 13 542 106 101
Binary 11100100 1100101 1110010 0 111000 110010 1011 101100010 1000110 1000001

Color Harmonies of #E46572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46572

Black with #E46572

Text Example


Text Example

White with #E46572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46572; }

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

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

background-color css

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

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

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

border-color css

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

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

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