Html Css Color HEX #E13FEC Free Speech Magenta

📋 copy color: '#E13FEC'

red 225 ◦ green 63 ◦ blue 236

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

Shades of Free Speech Magenta #E13FEC

Tints of Free Speech Magenta #E13FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.02%

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

R = 42.94%
G = 12.02%
B = 45.04%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E13FEC (or 0xE13FEC) is known color: Free Speech Magenta. HEX triplet: E1, 3F and EC. RGB value is (225,63,236). Sum of RGB (Red+Green+Blue) = 225+63+236=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #E13FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13FEC is #1EC013. Grayscale: #828282. Windows color (decimal): -2015252 or 15482849. OLE color: 15482849.

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

Color convert

RGB 225 63 236 -
CMYK 0.05 0.73 0 0.07
HSL 296.19º 0.82% 0.59% -
HSV(B) 296.19º 0.73% 0.93% -
XYZ 47.97 25.62 81.77 -
YUV 131.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 225 63 236 0.05 0.73 0 0.07 296.19 0.82 0.59
Hex E1 3F EC 5 49 0 7 128 52 3B
Octal 341 77 354 5 111 0 7 450 122 73
Binary 11100001 111111 11101100 101 1001001 0 111 100101000 1010010 111011

Color Harmonies of #E13FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FEC

Black with #E13FEC

Text Example


Text Example

White with #E13FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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