Html Css Color HEX #E56975 Froly

📋 copy color: '#E56975'

red 229 ◦ green 105 ◦ blue 117

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

Shades of Froly #E56975

Tints of Froly #E56975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.28%

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

R = 50.78%
G = 23.28%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E56975 (or 0xE56975) is known color: Froly. HEX triplet: E5, 69 and 75. RGB value is (229,105,117). Sum of RGB (Red+Green+Blue) = 229+105+117=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E56975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56975 is #1A968A. Grayscale: #8F8F8F. Windows color (decimal): -1742475 or 7694821. OLE color: 7694821.

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

Color convert

RGB 229 105 117 -
CMYK 0 0.54 0.49 0.10
HSL 354.19º 0.7% 0.65% -
HSV(B) 354.19º 0.54% 0.9% -
XYZ 40.58 28.05 20.1 -
YUV 143.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 229 105 117 0 0.54 0.49 0.10 354.19 0.7 0.65
Hex E5 69 75 0 36 31 A 162 46 41
Octal 345 151 165 0 66 61 12 542 106 101
Binary 11100101 1101001 1110101 0 110110 110001 1010 101100010 1000110 1000001

Color Harmonies of #E56975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56975

Black with #E56975

Text Example


Text Example

White with #E56975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56975; }

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

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

background-color css

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

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

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

border-color css

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

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

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