Html Css Color HEX #E17580 Froly

📋 copy color: '#E17580'

red 225 ◦ green 117 ◦ blue 128

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

Shades of Froly #E17580

Tints of Froly #E17580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 47.87%
G = 24.89%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E17580 (or 0xE17580) is known color: Froly. HEX triplet: E1, 75 and 80. RGB value is (225,117,128). Sum of RGB (Red+Green+Blue) = 225+117+128=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E17580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17580 is #1E8A7F. Grayscale: #969696. Windows color (decimal): -2001536 or 8418785. OLE color: 8418785.

HSL color Cylindrical-coordinate representation of color #E17580: hue angle of 353.89º 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 #E17580 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 117 128 -
CMYK 0 0.48 0.43 0.12
HSL 353.89º 0.64% 0.67% -
HSV(B) 353.89º 0.48% 0.88% -
XYZ 41.31 30.29 24.09 -
YUV 150.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 225 117 128 0 0.48 0.43 0.12 353.89 0.64 0.67
Hex E1 75 80 0 30 2B C 162 40 43
Octal 341 165 200 0 60 53 14 542 100 103
Binary 11100001 1110101 10000000 0 110000 101011 1100 101100010 1000000 1000011

Color Harmonies of #E17580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17580

Black with #E17580

Text Example


Text Example

White with #E17580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17580; }

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

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

background-color css

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

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

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

border-color css

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

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

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