Html Css Color HEX #E56974 Froly

📋 copy color: '#E56974'

red 229 ◦ green 105 ◦ blue 116

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

Shades of Froly #E56974

Tints of Froly #E56974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 50.89%
G = 23.33%
B = 25.78%

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

#E56974 (or 0xE56974) is known color: Froly. HEX triplet: E5, 69 and 74. RGB value is (229,105,116). Sum of RGB (Red+Green+Blue) = 229+105+116=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E56974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56974 is #1A968B. Grayscale: #8F8F8F. Windows color (decimal): -1742476 or 7629285. OLE color: 7629285.

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

Color convert

RGB 229 105 116 -
CMYK 0 0.54 0.49 0.10
HSL 354.68º 0.7% 0.65% -
HSV(B) 354.68º 0.54% 0.9% -
XYZ 40.52 28.02 19.8 -
YUV 143.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 229 105 116 0 0.54 0.49 0.10 354.68 0.7 0.65
Hex E5 69 74 0 36 31 A 163 46 41
Octal 345 151 164 0 66 61 12 543 106 101
Binary 11100101 1101001 1110100 0 110110 110001 1010 101100011 1000110 1000001

Color Harmonies of #E56974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56974

Black with #E56974

Text Example


Text Example

White with #E56974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56974; }

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

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

background-color css

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

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

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

border-color css

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

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

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