Html Css Color HEX #E15D64 Froly

📋 copy color: '#E15D64'

red 225 ◦ green 93 ◦ blue 100

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

Shades of Froly #E15D64

Tints of Froly #E15D64

RGB

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

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

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

R = 53.83%
G = 22.25%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E15D64 (or 0xE15D64) is known color: Froly. HEX triplet: E1, 5D and 64. RGB value is (225,93,100). Sum of RGB (Red+Green+Blue) = 225+93+100=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D64 is #1EA29B. Grayscale: #858585. Windows color (decimal): -2007708 or 6577633. OLE color: 6577633.

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

Color convert

RGB 225 93 100 -
CMYK 0 0.59 0.56 0.12
HSL 356.82º 0.69% 0.62% -
HSV(B) 356.82º 0.59% 0.88% -
XYZ 37.27 24.76 14.87 -
YUV 133.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 225 93 100 0 0.59 0.56 0.12 356.82 0.69 0.62
Hex E1 5D 64 0 3B 38 C 165 45 3E
Octal 341 135 144 0 73 70 14 545 105 76
Binary 11100001 1011101 1100100 0 111011 111000 1100 101100101 1000101 111110

Color Harmonies of #E15D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D64

Black with #E15D64

Text Example


Text Example

White with #E15D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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