Html Css Color HEX #E13FED Free Speech Magenta

📋 copy color: '#E13FED'

red 225 ◦ green 63 ◦ blue 237

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

Shades of Free Speech Magenta #E13FED

Tints of Free Speech Magenta #E13FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 42.86%
G = 12%
B = 45.14%

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

#E13FED (or 0xE13FED) is known color: Free Speech Magenta. HEX triplet: E1, 3F and ED. RGB value is (225,63,237). Sum of RGB (Red+Green+Blue) = 225+63+237=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 63 (25% from 255 or 12% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #E13FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13FED is #1EC012. Grayscale: #828282. Windows color (decimal): -2015251 or 15548385. OLE color: 15548385.

HSL color Cylindrical-coordinate representation of color #E13FED: hue angle of 295.86º degrees, saturation: 0.83, 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 #E13FED is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 63 237 -
CMYK 0.05 0.73 0 0.07
HSL 295.86º 0.83% 0.59% -
HSV(B) 295.86º 0.73% 0.93% -
XYZ 48.11 25.68 82.54 -
YUV 131.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 225 63 237 0.05 0.73 0 0.07 295.86 0.83 0.59
Hex E1 3F ED 5 49 0 7 128 53 3B
Octal 341 77 355 5 111 0 7 450 123 73
Binary 11100001 111111 11101101 101 1001001 0 111 100101000 1010011 111011

Color Harmonies of #E13FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FED

Black with #E13FED

Text Example


Text Example

White with #E13FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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