Html Css Color HEX #E15E6C Froly

📋 copy color: '#E15E6C'

red 225 ◦ green 94 ◦ blue 108

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

Shades of Froly #E15E6C

Tints of Froly #E15E6C

RGB

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

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

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

R = 52.69%
G = 22.01%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E15E6C (or 0xE15E6C) is known color: Froly. HEX triplet: E1, 5E and 6C. RGB value is (225,94,108). Sum of RGB (Red+Green+Blue) = 225+94+108=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E6C is #1EA193. Grayscale: #868686. Windows color (decimal): -2007444 or 7102177. OLE color: 7102177.

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

Color convert

RGB 225 94 108 -
CMYK 0 0.58 0.52 0.12
HSL 353.59º 0.69% 0.63% -
HSV(B) 353.59º 0.58% 0.88% -
XYZ 37.76 25.1 17.04 -
YUV 134.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 225 94 108 0 0.58 0.52 0.12 353.59 0.69 0.63
Hex E1 5E 6C 0 3A 34 C 162 45 3F
Octal 341 136 154 0 72 64 14 542 105 77
Binary 11100001 1011110 1101100 0 111010 110100 1100 101100010 1000101 111111

Color Harmonies of #E15E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E6C

Black with #E15E6C

Text Example


Text Example

White with #E15E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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