Html Css Color HEX #E17475 Froly

📋 copy color: '#E17475'

red 225 ◦ green 116 ◦ blue 117

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

Shades of Froly #E17475

Tints of Froly #E17475

RGB

 RED value IS 225 (88.28% from 255) = 49.13%

 GREEN value IS 116 (45.7% from 255) = 25.33%

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

R = 49.13%
G = 25.33%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E17475 (or 0xE17475) is known color: Froly. HEX triplet: E1, 74 and 75. RGB value is (225,116,117). Sum of RGB (Red+Green+Blue) = 225+116+117=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E17475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E17475 is #1E8B8A. Grayscale: #949494. Windows color (decimal): -2001803 or 7697633. OLE color: 7697633.

HSL color Cylindrical-coordinate representation of color #E17475: hue angle of 359.45º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E17475 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 116 117 -
CMYK 0 0.48 0.48 0.12
HSL 359.45º 0.64% 0.67% -
HSV(B) 359.45º 0.48% 0.88% -
XYZ 40.51 29.78 20.44 -
YUV 148.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 225 116 117 0 0.48 0.48 0.12 359.45 0.64 0.67
Hex E1 74 75 0 30 30 C 167 40 43
Octal 341 164 165 0 60 60 14 547 100 103
Binary 11100001 1110100 1110101 0 110000 110000 1100 101100111 1000000 1000011

Color Harmonies of #E17475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17475

Black with #E17475

Text Example


Text Example

White with #E17475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17475; }

 p { color: rgb(225,116,117); }

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

background-color css

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

 a { background-color: rgb(225,116,117); }

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

border-color css

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

 span { border-color: rgb(225,116,117); }

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