Html Css Color HEX #E56475 Froly

📋 copy color: '#E56475'

red 229 ◦ green 100 ◦ blue 117

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

Shades of Froly #E56475

Tints of Froly #E56475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.42%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 51.35%
G = 22.42%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E56475 (or 0xE56475) is known color: Froly. HEX triplet: E5, 64 and 75. RGB value is (229,100,117). Sum of RGB (Red+Green+Blue) = 229+100+117=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E56475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56475 is #1A9B8A. Grayscale: #8C8C8C. Windows color (decimal): -1743755 or 7693541. OLE color: 7693541.

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

Color convert

RGB 229 100 117 -
CMYK 0 0.56 0.49 0.10
HSL 352.09º 0.71% 0.65% -
HSV(B) 352.09º 0.56% 0.9% -
XYZ 40.08 27.06 19.94 -
YUV 140.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 229 100 117 0 0.56 0.49 0.10 352.09 0.71 0.65
Hex E5 64 75 0 38 31 A 160 47 41
Octal 345 144 165 0 70 61 12 540 107 101
Binary 11100101 1100100 1110101 0 111000 110001 1010 101100000 1000111 1000001

Color Harmonies of #E56475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56475

Black with #E56475

Text Example


Text Example

White with #E56475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56475; }

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

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

background-color css

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

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

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

border-color css

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

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

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