Html Css Color HEX #E1707A Froly

📋 copy color: '#E1707A'

red 225 ◦ green 112 ◦ blue 122

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

Shades of Froly #E1707A

Tints of Froly #E1707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 49.02%
G = 24.4%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1707A (or 0xE1707A) is known color: Froly. HEX triplet: E1, 70 and 7A. RGB value is (225,112,122). Sum of RGB (Red+Green+Blue) = 225+112+122=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1707A is #1E8F85. Grayscale: #929292. Windows color (decimal): -2002822 or 8024289. OLE color: 8024289.

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

Color convert

RGB 225 112 122 -
CMYK 0 0.50 0.46 0.12
HSL 354.69º 0.65% 0.66% -
HSV(B) 354.69º 0.5% 0.88% -
XYZ 40.36 29 21.88 -
YUV 146.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 225 112 122 0 0.50 0.46 0.12 354.69 0.65 0.66
Hex E1 70 7A 0 32 2E C 163 41 42
Octal 341 160 172 0 62 56 14 543 101 102
Binary 11100001 1110000 1111010 0 110010 101110 1100 101100011 1000001 1000010

Color Harmonies of #E1707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1707A

Black with #E1707A

Text Example


Text Example

White with #E1707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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