Html Css Color HEX #E15B6A Froly

📋 copy color: '#E15B6A'

red 225 ◦ green 91 ◦ blue 106

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

Shades of Froly #E15B6A

Tints of Froly #E15B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.12%

R = 53.32%
G = 21.56%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E15B6A (or 0xE15B6A) is known color: Froly. HEX triplet: E1, 5B and 6A. RGB value is (225,91,106). Sum of RGB (Red+Green+Blue) = 225+91+106=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B6A is #1EA495. Grayscale: #848484. Windows color (decimal): -2008214 or 6970337. OLE color: 6970337.

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

Color convert

RGB 225 91 106 -
CMYK 0 0.60 0.53 0.12
HSL 353.28º 0.69% 0.62% -
HSV(B) 353.28º 0.6% 0.88% -
XYZ 37.39 24.53 16.4 -
YUV 132.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 225 91 106 0 0.60 0.53 0.12 353.28 0.69 0.62
Hex E1 5B 6A 0 3C 35 C 161 45 3E
Octal 341 133 152 0 74 65 14 541 105 76
Binary 11100001 1011011 1101010 0 111100 110101 1100 101100001 1000101 111110

Color Harmonies of #E15B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15B6A

Black with #E15B6A

Text Example


Text Example

White with #E15B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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