Html Css Color HEX #E46F70 Froly

📋 copy color: '#E46F70'

red 228 ◦ green 111 ◦ blue 112

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

Shades of Froly #E46F70

Tints of Froly #E46F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.61%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 50.55%
G = 24.61%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E46F70 (or 0xE46F70) is known color: Froly. HEX triplet: E4, 6F and 70. RGB value is (228,111,112). Sum of RGB (Red+Green+Blue) = 228+111+112=451 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.55% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F70 is #1B908F. Grayscale: #929292. Windows color (decimal): -1806480 or 7368676. OLE color: 7368676.

HSL color Cylindrical-coordinate representation of color #E46F70: hue angle of 359.49º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46F70 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 111 112 -
CMYK 0 0.51 0.51 0.11
HSL 359.49º 0.68% 0.66% -
HSV(B) 359.49º 0.51% 0.89% -
XYZ 40.6 29.03 18.79 -
YUV 146.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 228 111 112 0 0.51 0.51 0.11 359.49 0.68 0.66
Hex E4 6F 70 0 33 33 B 167 44 42
Octal 344 157 160 0 63 63 13 547 104 102
Binary 11100100 1101111 1110000 0 110011 110011 1011 101100111 1000100 1000010

Color Harmonies of #E46F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46F70

Black with #E46F70

Text Example


Text Example

White with #E46F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46F70; }

 p { color: rgb(228,111,112); }

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

background-color css

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

 a { background-color: rgb(228,111,112); }

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

border-color css

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

 span { border-color: rgb(228,111,112); }

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