Html Css Color HEX #E15FE9 Free Speech Magenta

📋 copy color: '#E15FE9'

red 225 ◦ green 95 ◦ blue 233

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

Shades of Free Speech Magenta #E15FE9

Tints of Free Speech Magenta #E15FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 40.69%
G = 17.18%
B = 42.13%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E15FE9 (or 0xE15FE9) is known color: Free Speech Magenta. HEX triplet: E1, 5F and E9. RGB value is (225,95,233). Sum of RGB (Red+Green+Blue) = 225+95+233=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #E15FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15FE9 is #1EA016. Grayscale: #959595. Windows color (decimal): -2007063 or 15294433. OLE color: 15294433.

HSL color Cylindrical-coordinate representation of color #E15FE9: hue angle of 296.52º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15FE9 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 225 95 233 -
CMYK 0.03 0.59 0 0.09
HSL 296.52º 0.76% 0.64% -
HSV(B) 296.52º 0.59% 0.91% -
XYZ 49.85 30.08 80.27 -
YUV 149.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 225 95 233 0.03 0.59 0 0.09 296.52 0.76 0.64
Hex E1 5F E9 3 3B 0 9 129 4C 40
Octal 341 137 351 3 73 0 11 451 114 100
Binary 11100001 1011111 11101001 11 111011 0 1001 100101001 1001100 1000000

Color Harmonies of #E15FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15FE9

Black with #E15FE9

Text Example


Text Example

White with #E15FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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