Html Css Color HEX #E135EC Free Speech Magenta

📋 copy color: '#E135EC'

red 225 ◦ green 53 ◦ blue 236

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

Shades of Free Speech Magenta #E135EC

Tints of Free Speech Magenta #E135EC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.31%

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

R = 43.77%
G = 10.31%
B = 45.91%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E135EC (or 0xE135EC) is known color: Free Speech Magenta. HEX triplet: E1, 35 and EC. RGB value is (225,53,236). Sum of RGB (Red+Green+Blue) = 225+53+236=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 53 (21.09% from 255 or 10.31% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #E135EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E135EC is #1ECA13. Grayscale: #7C7C7C. Windows color (decimal): -2017812 or 15480289. OLE color: 15480289.

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

Color convert

RGB 225 53 236 -
CMYK 0.05 0.78 0 0.07
HSL 296.39º 0.83% 0.57% -
HSV(B) 296.39º 0.78% 0.93% -
XYZ 47.46 24.61 81.61 -
YUV 125.29 190.48 199.12 -
System Red Green Blue C M Y K H S L
Decimal 225 53 236 0.05 0.78 0 0.07 296.39 0.83 0.57
Hex E1 35 EC 5 4E 0 7 128 53 39
Octal 341 65 354 5 116 0 7 450 123 71
Binary 11100001 110101 11101100 101 1001110 0 111 100101000 1010011 111001

Color Harmonies of #E135EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E135EC

Black with #E135EC

Text Example


Text Example

White with #E135EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E135EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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