Html Css Color HEX #E15E6D Froly

📋 copy color: '#E15E6D'

red 225 ◦ green 94 ◦ blue 109

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

Shades of Froly #E15E6D

Tints of Froly #E15E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.47%

R = 52.57%
G = 21.96%
B = 25.47%

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

#E15E6D (or 0xE15E6D) is known color: Froly. HEX triplet: E1, 5E and 6D. RGB value is (225,94,109). Sum of RGB (Red+Green+Blue) = 225+94+109=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15E6D is #1EA192. Grayscale: #868686. Windows color (decimal): -2007443 or 7167713. OLE color: 7167713.

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

Color convert

RGB 225 94 109 -
CMYK 0 0.58 0.52 0.12
HSL 353.13º 0.69% 0.63% -
HSV(B) 353.13º 0.58% 0.88% -
XYZ 37.81 25.12 17.32 -
YUV 134.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 225 94 109 0 0.58 0.52 0.12 353.13 0.69 0.63
Hex E1 5E 6D 0 3A 34 C 161 45 3F
Octal 341 136 155 0 72 64 14 541 105 77
Binary 11100001 1011110 1101101 0 111010 110100 1100 101100001 1000101 111111

Color Harmonies of #E15E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E6D

Black with #E15E6D

Text Example


Text Example

White with #E15E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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