Html Css Color HEX #E17880 Froly

📋 copy color: '#E17880'

red 225 ◦ green 120 ◦ blue 128

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

Shades of Froly #E17880

Tints of Froly #E17880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.37%

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

R = 47.57%
G = 25.37%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E17880 (or 0xE17880) is known color: Froly. HEX triplet: E1, 78 and 80. RGB value is (225,120,128). Sum of RGB (Red+Green+Blue) = 225+120+128=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E17880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17880 is #1E877F. Grayscale: #989898. Windows color (decimal): -2000768 or 8419553. OLE color: 8419553.

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

Color convert

RGB 225 120 128 -
CMYK 0 0.47 0.43 0.12
HSL 355.43º 0.64% 0.68% -
HSV(B) 355.43º 0.47% 0.88% -
XYZ 41.66 31 24.21 -
YUV 152.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 225 120 128 0 0.47 0.43 0.12 355.43 0.64 0.68
Hex E1 78 80 0 2F 2B C 163 40 44
Octal 341 170 200 0 57 53 14 543 100 104
Binary 11100001 1111000 10000000 0 101111 101011 1100 101100011 1000000 1000100

Color Harmonies of #E17880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17880

Black with #E17880

Text Example


Text Example

White with #E17880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17880; }

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

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

background-color css

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

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

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

border-color css

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

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

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