Html Css Color HEX #E13FEA Free Speech Magenta

📋 copy color: '#E13FEA'

red 225 ◦ green 63 ◦ blue 234

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

Shades of Free Speech Magenta #E13FEA

Tints of Free Speech Magenta #E13FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 43.1%
G = 12.07%
B = 44.83%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E13FEA (or 0xE13FEA) is known color: Free Speech Magenta. HEX triplet: E1, 3F and EA. RGB value is (225,63,234). Sum of RGB (Red+Green+Blue) = 225+63+234=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #E13FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13FEA is #1EC015. Grayscale: #828282. Windows color (decimal): -2015254 or 15351777. OLE color: 15351777.

HSL color Cylindrical-coordinate representation of color #E13FEA: hue angle of 296.84º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13FEA is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 63 234 -
CMYK 0.04 0.73 0 0.08
HSL 296.84º 0.8% 0.58% -
HSV(B) 296.84º 0.73% 0.92% -
XYZ 47.68 25.5 80.25 -
YUV 130.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 225 63 234 0.04 0.73 0 0.08 296.84 0.8 0.58
Hex E1 3F EA 4 49 0 8 129 50 3A
Octal 341 77 352 4 111 0 10 451 120 72
Binary 11100001 111111 11101010 100 1001001 0 1000 100101001 1010000 111010

Color Harmonies of #E13FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FEA

Black with #E13FEA

Text Example


Text Example

White with #E13FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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