Html Css Color HEX #E15EBE Free Speech Magenta

📋 copy color: '#E15EBE'

red 225 ◦ green 94 ◦ blue 190

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

Shades of Free Speech Magenta #E15EBE

Tints of Free Speech Magenta #E15EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.47%

 BLUE value IS 190 (74.61% from 255) = 37.33%

R = 44.2%
G = 18.47%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E15EBE (or 0xE15EBE) is known color: Free Speech Magenta. HEX triplet: E1, 5E and BE. RGB value is (225,94,190). Sum of RGB (Red+Green+Blue) = 225+94+190=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15EBE is #1EA141. Grayscale: #8F8F8F. Windows color (decimal): -2007362 or 12476129. OLE color: 12476129.

HSL color Cylindrical-coordinate representation of color #E15EBE: hue angle of 316.03º degrees, saturation: 0.69, 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 #E15EBE is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 94 190 -
CMYK 0 0.58 0.16 0.12
HSL 316.03º 0.69% 0.63% -
HSV(B) 316.03º 0.58% 0.88% -
XYZ 44.35 27.73 51.73 -
YUV 144.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 225 94 190 0 0.58 0.16 0.12 316.03 0.69 0.63
Hex E1 5E BE 0 3A 10 C 13C 45 3F
Octal 341 136 276 0 72 20 14 474 105 77
Binary 11100001 1011110 10111110 0 111010 10000 1100 100111100 1000101 111111

Color Harmonies of #E15EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EBE

Black with #E15EBE

Text Example


Text Example

White with #E15EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EBE; }

 p { color: rgb(225,94,190); }

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

background-color css

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

 a { background-color: rgb(225,94,190); }

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

border-color css

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

 span { border-color: rgb(225,94,190); }

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