Html Css Color HEX #E1707C Froly

📋 copy color: '#E1707C'

red 225 ◦ green 112 ◦ blue 124

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

Shades of Froly #E1707C

Tints of Froly #E1707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 48.81%
G = 24.3%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1707C (or 0xE1707C) is known color: Froly. HEX triplet: E1, 70 and 7C. RGB value is (225,112,124). Sum of RGB (Red+Green+Blue) = 225+112+124=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1707C is #1E8F83. Grayscale: #939393. Windows color (decimal): -2002820 or 8155361. OLE color: 8155361.

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

Color convert

RGB 225 112 124 -
CMYK 0 0.50 0.45 0.12
HSL 353.63º 0.65% 0.66% -
HSV(B) 353.63º 0.5% 0.88% -
XYZ 40.48 29.05 22.54 -
YUV 147.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 225 112 124 0 0.50 0.45 0.12 353.63 0.65 0.66
Hex E1 70 7C 0 32 2D C 162 41 42
Octal 341 160 174 0 62 55 14 542 101 102
Binary 11100001 1110000 1111100 0 110010 101101 1100 101100010 1000001 1000010

Color Harmonies of #E1707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1707C

Black with #E1707C

Text Example


Text Example

White with #E1707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1707C; }

 p { color: rgb(225,112,124); }

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

background-color css

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

 a { background-color: rgb(225,112,124); }

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

border-color css

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

 span { border-color: rgb(225,112,124); }

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