Html Css Color HEX #E1707E Froly

📋 copy color: '#E1707E'

red 225 ◦ green 112 ◦ blue 126

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

Shades of Froly #E1707E

Tints of Froly #E1707E

RGB

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

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

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

R = 48.6%
G = 24.19%
B = 27.21%

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

#E1707E (or 0xE1707E) is known color: Froly. HEX triplet: E1, 70 and 7E. RGB value is (225,112,126). Sum of RGB (Red+Green+Blue) = 225+112+126=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1707E is #1E8F81. Grayscale: #939393. Windows color (decimal): -2002818 or 8286433. OLE color: 8286433.

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

Color convert

RGB 225 112 126 -
CMYK 0 0.50 0.44 0.12
HSL 352.57º 0.65% 0.66% -
HSV(B) 352.57º 0.5% 0.88% -
XYZ 40.61 29.1 23.22 -
YUV 147.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 225 112 126 0 0.50 0.44 0.12 352.57 0.65 0.66
Hex E1 70 7E 0 32 2C C 161 41 42
Octal 341 160 176 0 62 54 14 541 101 102
Binary 11100001 1110000 1111110 0 110010 101100 1100 101100001 1000001 1000010

Color Harmonies of #E1707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1707E

Black with #E1707E

Text Example


Text Example

White with #E1707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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