Html Css Color HEX #E1717F Froly

📋 copy color: '#E1717F'

red 225 ◦ green 113 ◦ blue 127

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

Shades of Froly #E1717F

Tints of Froly #E1717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.3%

 BLUE value IS 127 (50% from 255) = 27.31%

R = 48.39%
G = 24.3%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1717F (or 0xE1717F) is known color: Froly. HEX triplet: E1, 71 and 7F. RGB value is (225,113,127). Sum of RGB (Red+Green+Blue) = 225+113+127=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1717F is #1E8E80. Grayscale: #949494. Windows color (decimal): -2002561 or 8352225. OLE color: 8352225.

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

Color convert

RGB 225 113 127 -
CMYK 0 0.50 0.44 0.12
HSL 352.5º 0.65% 0.66% -
HSV(B) 352.5º 0.5% 0.88% -
XYZ 40.79 29.35 23.59 -
YUV 148.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 225 113 127 0 0.50 0.44 0.12 352.5 0.65 0.66
Hex E1 71 7F 0 32 2C C 160 41 42
Octal 341 161 177 0 62 54 14 540 101 102
Binary 11100001 1110001 1111111 0 110010 101100 1100 101100000 1000001 1000010

Color Harmonies of #E1717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1717F

Black with #E1717F

Text Example


Text Example

White with #E1717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1717F; }

 p { color: rgb(225,113,127); }

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

background-color css

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

 a { background-color: rgb(225,113,127); }

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

border-color css

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

 span { border-color: rgb(225,113,127); }

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