Html Css Color HEX #E17280 Froly

📋 copy color: '#E17280'

red 225 ◦ green 114 ◦ blue 128

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

Shades of Froly #E17280

Tints of Froly #E17280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.41%

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

R = 48.18%
G = 24.41%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E17280 (or 0xE17280) is known color: Froly. HEX triplet: E1, 72 and 80. RGB value is (225,114,128). Sum of RGB (Red+Green+Blue) = 225+114+128=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E17280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17280 is #1E8D7F. Grayscale: #949494. Windows color (decimal): -2002304 or 8418017. OLE color: 8418017.

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

Color convert

RGB 225 114 128 -
CMYK 0 0.49 0.43 0.12
HSL 352.43º 0.65% 0.66% -
HSV(B) 352.43º 0.49% 0.88% -
XYZ 40.96 29.6 23.98 -
YUV 148.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 225 114 128 0 0.49 0.43 0.12 352.43 0.65 0.66
Hex E1 72 80 0 31 2B C 160 41 42
Octal 341 162 200 0 61 53 14 540 101 102
Binary 11100001 1110010 10000000 0 110001 101011 1100 101100000 1000001 1000010

Color Harmonies of #E17280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17280

Black with #E17280

Text Example


Text Example

White with #E17280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17280; }

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

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

background-color css

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

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

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

border-color css

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

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

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