Html Css Color HEX #E1707D Froly

📋 copy color: '#E1707D'

red 225 ◦ green 112 ◦ blue 125

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

Shades of Froly #E1707D

Tints of Froly #E1707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 48.7%
G = 24.24%
B = 27.06%

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

#E1707D (or 0xE1707D) is known color: Froly. HEX triplet: E1, 70 and 7D. RGB value is (225,112,125). Sum of RGB (Red+Green+Blue) = 225+112+125=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1707D is #1E8F82. Grayscale: #939393. Windows color (decimal): -2002819 or 8220897. OLE color: 8220897.

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

Color convert

RGB 225 112 125 -
CMYK 0 0.50 0.44 0.12
HSL 353.1º 0.65% 0.66% -
HSV(B) 353.1º 0.5% 0.88% -
XYZ 40.55 29.08 22.88 -
YUV 147.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 225 112 125 0 0.50 0.44 0.12 353.1 0.65 0.66
Hex E1 70 7D 0 32 2C C 161 41 42
Octal 341 160 175 0 62 54 14 541 101 102
Binary 11100001 1110000 1111101 0 110010 101100 1100 101100001 1000001 1000010

Color Harmonies of #E1707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1707D

Black with #E1707D

Text Example


Text Example

White with #E1707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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