Html Css Color HEX #E56370 Froly

📋 copy color: '#E56370'

red 229 ◦ green 99 ◦ blue 112

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

Shades of Froly #E56370

Tints of Froly #E56370

RGB

 RED value IS 229 (89.84% from 255) = 52.05%

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

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

R = 52.05%
G = 22.5%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E56370 (or 0xE56370) is known color: Froly. HEX triplet: E5, 63 and 70. RGB value is (229,99,112). Sum of RGB (Red+Green+Blue) = 229+99+112=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E56370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56370 is #1A9C8F. Grayscale: #8B8B8B. Windows color (decimal): -1744016 or 7365605. OLE color: 7365605.

HSL color Cylindrical-coordinate representation of color #E56370: hue angle of 354º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56370 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 99 112 -
CMYK 0 0.57 0.51 0.10
HSL 354º 0.71% 0.64% -
HSV(B) 354º 0.57% 0.9% -
XYZ 39.7 26.75 18.4 -
YUV 139.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 229 99 112 0 0.57 0.51 0.10 354 0.71 0.64
Hex E5 63 70 0 39 33 A 162 47 40
Octal 345 143 160 0 71 63 12 542 107 100
Binary 11100101 1100011 1110000 0 111001 110011 1010 101100010 1000111 1000000

Color Harmonies of #E56370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56370

Black with #E56370

Text Example


Text Example

White with #E56370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56370; }

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

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

background-color css

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

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

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

border-color css

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

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

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