Html Css Color HEX #E15B6C Froly

📋 copy color: '#E15B6C'

red 225 ◦ green 91 ◦ blue 108

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

Shades of Froly #E15B6C

Tints of Froly #E15B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

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

R = 53.07%
G = 21.46%
B = 25.47%

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

#E15B6C (or 0xE15B6C) is known color: Froly. HEX triplet: E1, 5B and 6C. RGB value is (225,91,108). Sum of RGB (Red+Green+Blue) = 225+91+108=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B6C is #1EA493. Grayscale: #858585. Windows color (decimal): -2008212 or 7101409. OLE color: 7101409.

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

Color convert

RGB 225 91 108 -
CMYK 0 0.60 0.52 0.12
HSL 352.39º 0.69% 0.62% -
HSV(B) 352.39º 0.6% 0.88% -
XYZ 37.5 24.57 16.95 -
YUV 133 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 225 91 108 0 0.60 0.52 0.12 352.39 0.69 0.62
Hex E1 5B 6C 0 3C 34 C 160 45 3E
Octal 341 133 154 0 74 64 14 540 105 76
Binary 11100001 1011011 1101100 0 111100 110100 1100 101100000 1000101 111110

Color Harmonies of #E15B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15B6C

Black with #E15B6C

Text Example


Text Example

White with #E15B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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