Html Css Color HEX #E17380 Froly

📋 copy color: '#E17380'

red 225 ◦ green 115 ◦ blue 128

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

Shades of Froly #E17380

Tints of Froly #E17380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.57%

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

R = 48.08%
G = 24.57%
B = 27.35%

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

#E17380 (or 0xE17380) is known color: Froly. HEX triplet: E1, 73 and 80. RGB value is (225,115,128). Sum of RGB (Red+Green+Blue) = 225+115+128=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E17380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17380 is #1E8C7F. Grayscale: #959595. Windows color (decimal): -2002048 or 8418273. OLE color: 8418273.

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

Color convert

RGB 225 115 128 -
CMYK 0 0.49 0.43 0.12
HSL 352.91º 0.65% 0.67% -
HSV(B) 352.91º 0.49% 0.88% -
XYZ 41.08 29.83 24.01 -
YUV 149.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 225 115 128 0 0.49 0.43 0.12 352.91 0.65 0.67
Hex E1 73 80 0 31 2B C 161 41 43
Octal 341 163 200 0 61 53 14 541 101 103
Binary 11100001 1110011 10000000 0 110001 101011 1100 101100001 1000001 1000011

Color Harmonies of #E17380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17380

Black with #E17380

Text Example


Text Example

White with #E17380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17380; }

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

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

background-color css

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

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

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

border-color css

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

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

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