Html Css Color HEX #E1737F Froly

📋 copy color: '#E1737F'

red 225 ◦ green 115 ◦ blue 127

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

Shades of Froly #E1737F

Tints of Froly #E1737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.63%

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

R = 48.18%
G = 24.63%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1737F (or 0xE1737F) is known color: Froly. HEX triplet: E1, 73 and 7F. RGB value is (225,115,127). Sum of RGB (Red+Green+Blue) = 225+115+127=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1737F is #1E8C80. Grayscale: #959595. Windows color (decimal): -2002049 or 8352737. OLE color: 8352737.

HSL color Cylindrical-coordinate representation of color #E1737F: hue angle of 353.45º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1737F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 115 127 -
CMYK 0 0.49 0.44 0.12
HSL 353.45º 0.65% 0.67% -
HSV(B) 353.45º 0.49% 0.88% -
XYZ 41.01 29.8 23.67 -
YUV 149.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 225 115 127 0 0.49 0.44 0.12 353.45 0.65 0.67
Hex E1 73 7F 0 31 2C C 161 41 43
Octal 341 163 177 0 61 54 14 541 101 103
Binary 11100001 1110011 1111111 0 110001 101100 1100 101100001 1000001 1000011

Color Harmonies of #E1737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1737F

Black with #E1737F

Text Example


Text Example

White with #E1737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1737F; }

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

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

background-color css

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

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

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

border-color css

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

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

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