Html Css Color HEX #E15E73 Froly

📋 copy color: '#E15E73'

red 225 ◦ green 94 ◦ blue 115

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

Shades of Froly #E15E73

Tints of Froly #E15E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.66%

 BLUE value IS 115 (45.31% from 255) = 26.5%

R = 51.84%
G = 21.66%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E15E73 (or 0xE15E73) is known color: Froly. HEX triplet: E1, 5E and 73. RGB value is (225,94,115). Sum of RGB (Red+Green+Blue) = 225+94+115=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E73 is #1EA18C. Grayscale: #878787. Windows color (decimal): -2007437 or 7560929. OLE color: 7560929.

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

Color convert

RGB 225 94 115 -
CMYK 0 0.58 0.49 0.12
HSL 350.38º 0.69% 0.63% -
HSV(B) 350.38º 0.58% 0.88% -
XYZ 38.15 25.25 19.08 -
YUV 135.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 225 94 115 0 0.58 0.49 0.12 350.38 0.69 0.63
Hex E1 5E 73 0 3A 31 C 15E 45 3F
Octal 341 136 163 0 72 61 14 536 105 77
Binary 11100001 1011110 1110011 0 111010 110001 1100 101011110 1000101 111111

Color Harmonies of #E15E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E73

Black with #E15E73

Text Example


Text Example

White with #E15E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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