Html Css Color HEX #E15C70 Froly

📋 copy color: '#E15C70'

red 225 ◦ green 92 ◦ blue 112

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

Shades of Froly #E15C70

Tints of Froly #E15C70

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

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

R = 52.45%
G = 21.45%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E15C70 (or 0xE15C70) is known color: Froly. HEX triplet: E1, 5C and 70. RGB value is (225,92,112). Sum of RGB (Red+Green+Blue) = 225+92+112=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C70 is #1EA38F. Grayscale: #868686. Windows color (decimal): -2007952 or 7363809. OLE color: 7363809.

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

Color convert

RGB 225 92 112 -
CMYK 0 0.59 0.50 0.12
HSL 350.98º 0.69% 0.62% -
HSV(B) 350.98º 0.59% 0.88% -
XYZ 37.8 24.83 18.13 -
YUV 134.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 225 92 112 0 0.59 0.50 0.12 350.98 0.69 0.62
Hex E1 5C 70 0 3B 32 C 15F 45 3E
Octal 341 134 160 0 73 62 14 537 105 76
Binary 11100001 1011100 1110000 0 111011 110010 1100 101011111 1000101 111110

Color Harmonies of #E15C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C70

Black with #E15C70

Text Example


Text Example

White with #E15C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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