Html Css Color HEX #E15F75 Froly

📋 copy color: '#E15F75'

red 225 ◦ green 95 ◦ blue 117

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

Shades of Froly #E15F75

Tints of Froly #E15F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 51.49%
G = 21.74%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E15F75 (or 0xE15F75) is known color: Froly. HEX triplet: E1, 5F and 75. RGB value is (225,95,117). Sum of RGB (Red+Green+Blue) = 225+95+117=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F75 is #1EA08A. Grayscale: #888888. Windows color (decimal): -2007179 or 7692257. OLE color: 7692257.

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

Color convert

RGB 225 95 117 -
CMYK 0 0.58 0.48 0.12
HSL 349.85º 0.68% 0.63% -
HSV(B) 349.85º 0.58% 0.88% -
XYZ 38.35 25.48 19.73 -
YUV 136.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 225 95 117 0 0.58 0.48 0.12 349.85 0.68 0.63
Hex E1 5F 75 0 3A 30 C 15E 44 3F
Octal 341 137 165 0 72 60 14 536 104 77
Binary 11100001 1011111 1110101 0 111010 110000 1100 101011110 1000100 111111

Color Harmonies of #E15F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F75

Black with #E15F75

Text Example


Text Example

White with #E15F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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