Html Css Color HEX #E56065 Froly

📋 copy color: '#E56065'

red 229 ◦ green 96 ◦ blue 101

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

Shades of Froly #E56065

Tints of Froly #E56065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.54%

 BLUE value IS 101 (39.84% from 255) = 23.71%

R = 53.76%
G = 22.54%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E56065 (or 0xE56065) is known color: Froly. HEX triplet: E5, 60 and 65. RGB value is (229,96,101). Sum of RGB (Red+Green+Blue) = 229+96+101=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E56065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56065 is #1A9F9A. Grayscale: #888888. Windows color (decimal): -1744795 or 6643941. OLE color: 6643941.

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

Color convert

RGB 229 96 101 -
CMYK 0 0.58 0.56 0.10
HSL 357.74º 0.72% 0.64% -
HSV(B) 357.74º 0.58% 0.9% -
XYZ 38.84 25.96 15.28 -
YUV 136.34 108.06 194.09 -
System Red Green Blue C M Y K H S L
Decimal 229 96 101 0 0.58 0.56 0.10 357.74 0.72 0.64
Hex E5 60 65 0 3A 38 A 166 48 40
Octal 345 140 145 0 72 70 12 546 110 100
Binary 11100101 1100000 1100101 0 111010 111000 1010 101100110 1001000 1000000

Color Harmonies of #E56065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56065

Black with #E56065

Text Example


Text Example

White with #E56065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56065; }

 p { color: rgb(229,96,101); }

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

background-color css

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

 a { background-color: rgb(229,96,101); }

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

border-color css

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

 span { border-color: rgb(229,96,101); }

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