Html Css Color HEX #E15EEC Free Speech Magenta

📋 copy color: '#E15EEC'

red 225 ◦ green 94 ◦ blue 236

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

Shades of Free Speech Magenta #E15EEC

Tints of Free Speech Magenta #E15EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 40.54%
G = 16.94%
B = 42.52%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E15EEC (or 0xE15EEC) is known color: Free Speech Magenta. HEX triplet: E1, 5E and EC. RGB value is (225,94,236). Sum of RGB (Red+Green+Blue) = 225+94+236=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #E15EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15EEC is #1EA113. Grayscale: #949494. Windows color (decimal): -2007316 or 15490785. OLE color: 15490785.

HSL color Cylindrical-coordinate representation of color #E15EEC: hue angle of 295.35º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15EEC is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 94 236 -
CMYK 0.05 0.60 0 0.07
HSL 295.35º 0.79% 0.65% -
HSV(B) 295.35º 0.6% 0.93% -
XYZ 50.19 30.07 82.52 -
YUV 149.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 225 94 236 0.05 0.60 0 0.07 295.35 0.79 0.65
Hex E1 5E EC 5 3C 0 7 127 4F 41
Octal 341 136 354 5 74 0 7 447 117 101
Binary 11100001 1011110 11101100 101 111100 0 111 100100111 1001111 1000001

Color Harmonies of #E15EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15EEC

Black with #E15EEC

Text Example


Text Example

White with #E15EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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