Html Css Color HEX #E1737E Froly

📋 copy color: '#E1737E'

red 225 ◦ green 115 ◦ blue 126

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

Shades of Froly #E1737E

Tints of Froly #E1737E

RGB

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

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

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

R = 48.28%
G = 24.68%
B = 27.04%

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

#E1737E (or 0xE1737E) is known color: Froly. HEX triplet: E1, 73 and 7E. RGB value is (225,115,126). Sum of RGB (Red+Green+Blue) = 225+115+126=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1737E is #1E8C81. Grayscale: #959595. Windows color (decimal): -2002050 or 8287201. OLE color: 8287201.

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

Color convert

RGB 225 115 126 -
CMYK 0 0.49 0.44 0.12
HSL 354º 0.65% 0.67% -
HSV(B) 354º 0.49% 0.88% -
XYZ 40.95 29.78 23.33 -
YUV 149.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 225 115 126 0 0.49 0.44 0.12 354 0.65 0.67
Hex E1 73 7E 0 31 2C C 162 41 43
Octal 341 163 176 0 61 54 14 542 101 103
Binary 11100001 1110011 1111110 0 110001 101100 1100 101100010 1000001 1000011

Color Harmonies of #E1737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1737E

Black with #E1737E

Text Example


Text Example

White with #E1737E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1737E; }

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

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

background-color css

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

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

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

border-color css

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

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

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