Html Css Color HEX #E17C80 Froly

📋 copy color: '#E17C80'

red 225 ◦ green 124 ◦ blue 128

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

Shades of Froly #E17C80

Tints of Froly #E17C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26%

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

R = 47.17%
G = 26%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E17C80 (or 0xE17C80) is known color: Froly. HEX triplet: E1, 7C and 80. RGB value is (225,124,128). Sum of RGB (Red+Green+Blue) = 225+124+128=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17C80 is #1E837F. Grayscale: #9A9A9A. Windows color (decimal): -1999744 or 8420577. OLE color: 8420577.

HSL color Cylindrical-coordinate representation of color #E17C80: hue angle of 357.62º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17C80 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 124 128 -
CMYK 0 0.45 0.43 0.12
HSL 357.62º 0.63% 0.68% -
HSV(B) 357.62º 0.45% 0.88% -
XYZ 42.16 31.98 24.37 -
YUV 154.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 225 124 128 0 0.45 0.43 0.12 357.62 0.63 0.68
Hex E1 7C 80 0 2D 2B C 166 3F 44
Octal 341 174 200 0 55 53 14 546 77 104
Binary 11100001 1111100 10000000 0 101101 101011 1100 101100110 111111 1000100

Color Harmonies of #E17C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17C80

Black with #E17C80

Text Example


Text Example

White with #E17C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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