Html Css Color HEX #E15F70 Froly

📋 copy color: '#E15F70'

red 225 ◦ green 95 ◦ blue 112

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

Shades of Froly #E15F70

Tints of Froly #E15F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 52.08%
G = 21.99%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E15F70 (or 0xE15F70) is known color: Froly. HEX triplet: E1, 5F and 70. RGB value is (225,95,112). Sum of RGB (Red+Green+Blue) = 225+95+112=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F70 is #1EA08F. Grayscale: #878787. Windows color (decimal): -2007184 or 7364577. OLE color: 7364577.

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

Color convert

RGB 225 95 112 -
CMYK 0 0.58 0.50 0.12
HSL 352.15º 0.68% 0.63% -
HSV(B) 352.15º 0.58% 0.88% -
XYZ 38.07 25.36 18.22 -
YUV 135.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 225 95 112 0 0.58 0.50 0.12 352.15 0.68 0.63
Hex E1 5F 70 0 3A 32 C 160 44 3F
Octal 341 137 160 0 72 62 14 540 104 77
Binary 11100001 1011111 1110000 0 111010 110010 1100 101100000 1000100 111111

Color Harmonies of #E15F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F70

Black with #E15F70

Text Example


Text Example

White with #E15F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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