Html Css Color HEX #E1707F Froly

📋 copy color: '#E1707F'

red 225 ◦ green 112 ◦ blue 127

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

Shades of Froly #E1707F

Tints of Froly #E1707F

RGB

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

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

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

R = 48.49%
G = 24.14%
B = 27.37%

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

#E1707F (or 0xE1707F) is known color: Froly. HEX triplet: E1, 70 and 7F. RGB value is (225,112,127). Sum of RGB (Red+Green+Blue) = 225+112+127=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1707F is #1E8F80. Grayscale: #939393. Windows color (decimal): -2002817 or 8351969. OLE color: 8351969.

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

Color convert

RGB 225 112 127 -
CMYK 0 0.50 0.44 0.12
HSL 352.04º 0.65% 0.66% -
HSV(B) 352.04º 0.5% 0.88% -
XYZ 40.68 29.13 23.56 -
YUV 147.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 225 112 127 0 0.50 0.44 0.12 352.04 0.65 0.66
Hex E1 70 7F 0 32 2C C 160 41 42
Octal 341 160 177 0 62 54 14 540 101 102
Binary 11100001 1110000 1111111 0 110010 101100 1100 101100000 1000001 1000010

Color Harmonies of #E1707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1707F

Black with #E1707F

Text Example


Text Example

White with #E1707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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