Html Css Color HEX #E46571 Froly

📋 copy color: '#E46571'

red 228 ◦ green 101 ◦ blue 113

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

Shades of Froly #E46571

Tints of Froly #E46571

RGB

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

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

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

R = 51.58%
G = 22.85%
B = 25.57%

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

#E46571 (or 0xE46571) is known color: Froly. HEX triplet: E4, 65 and 71. RGB value is (228,101,113). Sum of RGB (Red+Green+Blue) = 228+101+113=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E46571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46571 is #1B9A8E. Grayscale: #8C8C8C. Windows color (decimal): -1809039 or 7431652. OLE color: 7431652.

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

Color convert

RGB 228 101 113 -
CMYK 0 0.56 0.50 0.11
HSL 354.33º 0.7% 0.65% -
HSV(B) 354.33º 0.56% 0.89% -
XYZ 39.63 26.99 18.74 -
YUV 140.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 228 101 113 0 0.56 0.50 0.11 354.33 0.7 0.65
Hex E4 65 71 0 38 32 B 162 46 41
Octal 344 145 161 0 70 62 13 542 106 101
Binary 11100100 1100101 1110001 0 111000 110010 1011 101100010 1000110 1000001

Color Harmonies of #E46571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46571

Black with #E46571

Text Example


Text Example

White with #E46571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46571; }

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

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

background-color css

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

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

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

border-color css

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

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

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