Html Css Color HEX #E15FBA Free Speech Magenta

📋 copy color: '#E15FBA'

red 225 ◦ green 95 ◦ blue 186

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

Shades of Free Speech Magenta #E15FBA

Tints of Free Speech Magenta #E15FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.77%

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

R = 44.47%
G = 18.77%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E15FBA (or 0xE15FBA) is known color: Free Speech Magenta. HEX triplet: E1, 5F and BA. RGB value is (225,95,186). Sum of RGB (Red+Green+Blue) = 225+95+186=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FBA is #1EA045. Grayscale: #909090. Windows color (decimal): -2007110 or 12214241. OLE color: 12214241.

HSL color Cylindrical-coordinate representation of color #E15FBA: hue angle of 318º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FBA is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 186 -
CMYK 0 0.58 0.17 0.12
HSL 318º 0.68% 0.63% -
HSV(B) 318º 0.58% 0.88% -
XYZ 44.01 27.74 49.49 -
YUV 144.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 225 95 186 0 0.58 0.17 0.12 318 0.68 0.63
Hex E1 5F BA 0 3A 11 C 13E 44 3F
Octal 341 137 272 0 72 21 14 476 104 77
Binary 11100001 1011111 10111010 0 111010 10001 1100 100111110 1000100 111111

Color Harmonies of #E15FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FBA

Black with #E15FBA

Text Example


Text Example

White with #E15FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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