Html Css Color HEX #E46071 Froly

📋 copy color: '#E46071'

red 228 ◦ green 96 ◦ blue 113

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

Shades of Froly #E46071

Tints of Froly #E46071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.97%

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 52.17%
G = 21.97%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E46071 (or 0xE46071) is known color: Froly. HEX triplet: E4, 60 and 71. RGB value is (228,96,113). Sum of RGB (Red+Green+Blue) = 228+96+113=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E46071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46071 is #1B9F8E. Grayscale: #898989. Windows color (decimal): -1810319 or 7430372. OLE color: 7430372.

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

Color convert

RGB 228 96 113 -
CMYK 0 0.58 0.50 0.11
HSL 352.27º 0.71% 0.64% -
HSV(B) 352.27º 0.58% 0.89% -
XYZ 39.16 26.05 18.59 -
YUV 137.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 228 96 113 0 0.58 0.50 0.11 352.27 0.71 0.64
Hex E4 60 71 0 3A 32 B 160 47 40
Octal 344 140 161 0 72 62 13 540 107 100
Binary 11100100 1100000 1110001 0 111010 110010 1011 101100000 1000111 1000000

Color Harmonies of #E46071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46071

Black with #E46071

Text Example


Text Example

White with #E46071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46071; }

 p { color: rgb(228,96,113); }

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

background-color css

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

 a { background-color: rgb(228,96,113); }

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

border-color css

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

 span { border-color: rgb(228,96,113); }

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