Html Css Color HEX #E15A6C Froly

📋 copy color: '#E15A6C'

red 225 ◦ green 90 ◦ blue 108

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

Shades of Froly #E15A6C

Tints of Froly #E15A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 108 (42.58% from 255) = 25.53%

R = 53.19%
G = 21.28%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E15A6C (or 0xE15A6C) is known color: Froly. HEX triplet: E1, 5A and 6C. RGB value is (225,90,108). Sum of RGB (Red+Green+Blue) = 225+90+108=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A6C is #1EA593. Grayscale: #848484. Windows color (decimal): -2008468 or 7101153. OLE color: 7101153.

HSL color Cylindrical-coordinate representation of color #E15A6C: hue angle of 352º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A6C is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 90 108 -
CMYK 0 0.60 0.52 0.12
HSL 352º 0.69% 0.62% -
HSV(B) 352º 0.6% 0.88% -
XYZ 37.41 24.4 16.93 -
YUV 132.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 225 90 108 0 0.60 0.52 0.12 352 0.69 0.62
Hex E1 5A 6C 0 3C 34 C 160 45 3E
Octal 341 132 154 0 74 64 14 540 105 76
Binary 11100001 1011010 1101100 0 111100 110100 1100 101100000 1000101 111110

Color Harmonies of #E15A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15A6C

Black with #E15A6C

Text Example


Text Example

White with #E15A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15A6C; }

 p { color: rgb(225,90,108); }

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

background-color css

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

 a { background-color: rgb(225,90,108); }

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

border-color css

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

 span { border-color: rgb(225,90,108); }

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