Html Css Color HEX #E15B6B Froly

📋 copy color: '#E15B6B'

red 225 ◦ green 91 ◦ blue 107

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

Shades of Froly #E15B6B

Tints of Froly #E15B6B

RGB

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

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

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

R = 53.19%
G = 21.51%
B = 25.3%

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

#E15B6B (or 0xE15B6B) is known color: Froly. HEX triplet: E1, 5B and 6B. RGB value is (225,91,107). Sum of RGB (Red+Green+Blue) = 225+91+107=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B6B is #1EA494. Grayscale: #848484. Windows color (decimal): -2008213 or 7035873. OLE color: 7035873.

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

Color convert

RGB 225 91 107 -
CMYK 0 0.60 0.52 0.12
HSL 352.84º 0.69% 0.62% -
HSV(B) 352.84º 0.6% 0.88% -
XYZ 37.45 24.55 16.68 -
YUV 132.89 113.39 193.7 -
System Red Green Blue C M Y K H S L
Decimal 225 91 107 0 0.60 0.52 0.12 352.84 0.69 0.62
Hex E1 5B 6B 0 3C 34 C 161 45 3E
Octal 341 133 153 0 74 64 14 541 105 76
Binary 11100001 1011011 1101011 0 111100 110100 1100 101100001 1000101 111110

Color Harmonies of #E15B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15B6B

Black with #E15B6B

Text Example


Text Example

White with #E15B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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