Html Css Color HEX #E56364 Froly

📋 copy color: '#E56364'

red 229 ◦ green 99 ◦ blue 100

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

Shades of Froly #E56364

Tints of Froly #E56364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.36%

R = 53.5%
G = 23.13%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E56364 (or 0xE56364) is known color: Froly. HEX triplet: E5, 63 and 64. RGB value is (229,99,100). Sum of RGB (Red+Green+Blue) = 229+99+100=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E56364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56364 is #1A9C9B. Grayscale: #8A8A8A. Windows color (decimal): -1744028 or 6579173. OLE color: 6579173.

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

Color convert

RGB 229 99 100 -
CMYK 0 0.57 0.56 0.10
HSL 359.54º 0.71% 0.64% -
HSV(B) 359.54º 0.57% 0.9% -
XYZ 39.08 26.5 15.11 -
YUV 137.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 229 99 100 0 0.57 0.56 0.10 359.54 0.71 0.64
Hex E5 63 64 0 39 38 A 168 47 40
Octal 345 143 144 0 71 70 12 550 107 100
Binary 11100101 1100011 1100100 0 111001 111000 1010 101101000 1000111 1000000

Color Harmonies of #E56364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56364

Black with #E56364

Text Example


Text Example

White with #E56364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56364; }

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

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

background-color css

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

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

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

border-color css

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

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

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