Html Css Color HEX #E46370 Froly

📋 copy color: '#E46370'

red 228 ◦ green 99 ◦ blue 112

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

Shades of Froly #E46370

Tints of Froly #E46370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.55%

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

R = 51.94%
G = 22.55%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E46370 (or 0xE46370) is known color: Froly. HEX triplet: E4, 63 and 70. RGB value is (228,99,112). Sum of RGB (Red+Green+Blue) = 228+99+112=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 99 (39.06% from 255 or 22.55% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E46370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46370 is #1B9C8F. Grayscale: #8B8B8B. Windows color (decimal): -1809552 or 7365604. OLE color: 7365604.

HSL color Cylindrical-coordinate representation of color #E46370: hue angle of 353.95º degrees, saturation: 0.7, 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 #E46370 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 99 112 -
CMYK 0 0.57 0.51 0.11
HSL 353.95º 0.7% 0.64% -
HSV(B) 353.95º 0.57% 0.89% -
XYZ 39.38 26.59 18.39 -
YUV 139.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 228 99 112 0 0.57 0.51 0.11 353.95 0.7 0.64
Hex E4 63 70 0 39 33 B 162 46 40
Octal 344 143 160 0 71 63 13 542 106 100
Binary 11100100 1100011 1110000 0 111001 110011 1011 101100010 1000110 1000000

Color Harmonies of #E46370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46370

Black with #E46370

Text Example


Text Example

White with #E46370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46370; }

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

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

background-color css

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

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

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

border-color css

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

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

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