Html Css Color HEX #E17680 Froly

📋 copy color: '#E17680'

red 225 ◦ green 118 ◦ blue 128

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

Shades of Froly #E17680

Tints of Froly #E17680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.05%

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

R = 47.77%
G = 25.05%
B = 27.18%

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

#E17680 (or 0xE17680) is known color: Froly. HEX triplet: E1, 76 and 80. RGB value is (225,118,128). Sum of RGB (Red+Green+Blue) = 225+118+128=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E17680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17680 is #1E897F. Grayscale: #979797. Windows color (decimal): -2001280 or 8419041. OLE color: 8419041.

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

Color convert

RGB 225 118 128 -
CMYK 0 0.48 0.43 0.12
HSL 354.39º 0.64% 0.67% -
HSV(B) 354.39º 0.48% 0.88% -
XYZ 41.43 30.52 24.13 -
YUV 151.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 225 118 128 0 0.48 0.43 0.12 354.39 0.64 0.67
Hex E1 76 80 0 30 2B C 162 40 43
Octal 341 166 200 0 60 53 14 542 100 103
Binary 11100001 1110110 10000000 0 110000 101011 1100 101100010 1000000 1000011

Color Harmonies of #E17680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17680

Black with #E17680

Text Example


Text Example

White with #E17680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17680; }

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

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

background-color css

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

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

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

border-color css

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

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

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