Html Css Color HEX #E15E64 Froly

📋 copy color: '#E15E64'

red 225 ◦ green 94 ◦ blue 100

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

Shades of Froly #E15E64

Tints of Froly #E15E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 53.7%
G = 22.43%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E15E64 (or 0xE15E64) is known color: Froly. HEX triplet: E1, 5E and 64. RGB value is (225,94,100). Sum of RGB (Red+Green+Blue) = 225+94+100=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E64 is #1EA19B. Grayscale: #858585. Windows color (decimal): -2007452 or 6577889. OLE color: 6577889.

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

Color convert

RGB 225 94 100 -
CMYK 0 0.58 0.56 0.12
HSL 357.25º 0.69% 0.63% -
HSV(B) 357.25º 0.58% 0.88% -
XYZ 37.35 24.93 14.9 -
YUV 133.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 225 94 100 0 0.58 0.56 0.12 357.25 0.69 0.63
Hex E1 5E 64 0 3A 38 C 165 45 3F
Octal 341 136 144 0 72 70 14 545 105 77
Binary 11100001 1011110 1100100 0 111010 111000 1100 101100101 1000101 111111

Color Harmonies of #E15E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E64

Black with #E15E64

Text Example


Text Example

White with #E15E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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