Html Css Color HEX #E15D6B Froly

📋 copy color: '#E15D6B'

red 225 ◦ green 93 ◦ blue 107

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

Shades of Froly #E15D6B

Tints of Froly #E15D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 52.94%
G = 21.88%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E15D6B (or 0xE15D6B) is known color: Froly. HEX triplet: E1, 5D and 6B. RGB value is (225,93,107). Sum of RGB (Red+Green+Blue) = 225+93+107=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D6B is #1EA294. Grayscale: #868686. Windows color (decimal): -2007701 or 7036385. OLE color: 7036385.

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

Color convert

RGB 225 93 107 -
CMYK 0 0.59 0.52 0.12
HSL 353.64º 0.69% 0.62% -
HSV(B) 353.64º 0.59% 0.88% -
XYZ 37.62 24.9 16.73 -
YUV 134.06 112.73 192.86 -
System Red Green Blue C M Y K H S L
Decimal 225 93 107 0 0.59 0.52 0.12 353.64 0.69 0.62
Hex E1 5D 6B 0 3B 34 C 162 45 3E
Octal 341 135 153 0 73 64 14 542 105 76
Binary 11100001 1011101 1101011 0 111011 110100 1100 101100010 1000101 111110

Color Harmonies of #E15D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15D6B

Black with #E15D6B

Text Example


Text Example

White with #E15D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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