Html Css Color HEX #E1717E Froly

📋 copy color: '#E1717E'

red 225 ◦ green 113 ◦ blue 126

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

Shades of Froly #E1717E

Tints of Froly #E1717E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.16%

R = 48.49%
G = 24.35%
B = 27.16%

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

#E1717E (or 0xE1717E) is known color: Froly. HEX triplet: E1, 71 and 7E. RGB value is (225,113,126). Sum of RGB (Red+Green+Blue) = 225+113+126=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1717E is #1E8E81. Grayscale: #949494. Windows color (decimal): -2002562 or 8286689. OLE color: 8286689.

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

Color convert

RGB 225 113 126 -
CMYK 0 0.50 0.44 0.12
HSL 353.04º 0.65% 0.66% -
HSV(B) 353.04º 0.5% 0.88% -
XYZ 40.72 29.32 23.25 -
YUV 147.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 225 113 126 0 0.50 0.44 0.12 353.04 0.65 0.66
Hex E1 71 7E 0 32 2C C 161 41 42
Octal 341 161 176 0 62 54 14 541 101 102
Binary 11100001 1110001 1111110 0 110010 101100 1100 101100001 1000001 1000010

Color Harmonies of #E1717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1717E

Black with #E1717E

Text Example


Text Example

White with #E1717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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