Html Css Color HEX #E15D72 Froly

📋 copy color: '#E15D72'

red 225 ◦ green 93 ◦ blue 114

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

Shades of Froly #E15D72

Tints of Froly #E15D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 52.08%
G = 21.53%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E15D72 (or 0xE15D72) is known color: Froly. HEX triplet: E1, 5D and 72. RGB value is (225,93,114). Sum of RGB (Red+Green+Blue) = 225+93+114=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D72 is #1EA28D. Grayscale: #868686. Windows color (decimal): -2007694 or 7495137. OLE color: 7495137.

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

Color convert

RGB 225 93 114 -
CMYK 0 0.59 0.49 0.12
HSL 350.45º 0.69% 0.62% -
HSV(B) 350.45º 0.59% 0.88% -
XYZ 38 25.05 18.75 -
YUV 134.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 225 93 114 0 0.59 0.49 0.12 350.45 0.69 0.62
Hex E1 5D 72 0 3B 31 C 15E 45 3E
Octal 341 135 162 0 73 61 14 536 105 76
Binary 11100001 1011101 1110010 0 111011 110001 1100 101011110 1000101 111110

Color Harmonies of #E15D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D72

Black with #E15D72

Text Example


Text Example

White with #E15D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D72; }

 p { color: rgb(225,93,114); }

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

background-color css

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

 a { background-color: rgb(225,93,114); }

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

border-color css

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

 span { border-color: rgb(225,93,114); }

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