Html Css Color HEX #E150EC Free Speech Magenta

📋 copy color: '#E150EC'

red 225 ◦ green 80 ◦ blue 236

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

Shades of Free Speech Magenta #E150EC

Tints of Free Speech Magenta #E150EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.79%

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

R = 41.59%
G = 14.79%
B = 43.62%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E150EC (or 0xE150EC) is known color: Free Speech Magenta. HEX triplet: E1, 50 and EC. RGB value is (225,80,236). Sum of RGB (Red+Green+Blue) = 225+80+236=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #E150EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E150EC is #1EAF13. Grayscale: #8C8C8C. Windows color (decimal): -2010900 or 15487201. OLE color: 15487201.

HSL color Cylindrical-coordinate representation of color #E150EC: hue angle of 295.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E150EC is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 80 236 -
CMYK 0.05 0.66 0 0.07
HSL 295.77º 0.8% 0.62% -
HSV(B) 295.77º 0.66% 0.93% -
XYZ 49.06 27.8 82.14 -
YUV 141.14 181.54 187.82 -
System Red Green Blue C M Y K H S L
Decimal 225 80 236 0.05 0.66 0 0.07 295.77 0.8 0.62
Hex E1 50 EC 5 42 0 7 128 50 3E
Octal 341 120 354 5 102 0 7 450 120 76
Binary 11100001 1010000 11101100 101 1000010 0 111 100101000 1010000 111110

Color Harmonies of #E150EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150EC

Black with #E150EC

Text Example


Text Example

White with #E150EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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