Html Css Color HEX #E15BBA Free Speech Magenta

📋 copy color: '#E15BBA'

red 225 ◦ green 91 ◦ blue 186

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

Shades of Free Speech Magenta #E15BBA

Tints of Free Speech Magenta #E15BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 44.82%
G = 18.13%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E15BBA (or 0xE15BBA) is known color: Free Speech Magenta. HEX triplet: E1, 5B and BA. RGB value is (225,91,186). Sum of RGB (Red+Green+Blue) = 225+91+186=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BBA is #1EA445. Grayscale: #8D8D8D. Windows color (decimal): -2008134 or 12213217. OLE color: 12213217.

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

Color convert

RGB 225 91 186 -
CMYK 0 0.60 0.17 0.12
HSL 317.46º 0.69% 0.62% -
HSV(B) 317.46º 0.6% 0.88% -
XYZ 43.66 27.03 49.37 -
YUV 141.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 225 91 186 0 0.60 0.17 0.12 317.46 0.69 0.62
Hex E1 5B BA 0 3C 11 C 13D 45 3E
Octal 341 133 272 0 74 21 14 475 105 76
Binary 11100001 1011011 10111010 0 111100 10001 1100 100111101 1000101 111110

Color Harmonies of #E15BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15BBA

Black with #E15BBA

Text Example


Text Example

White with #E15BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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