Html Css Color HEX #E13CF2 Free Speech Magenta

📋 copy color: '#E13CF2'

red 225 ◦ green 60 ◦ blue 242

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

Shades of Free Speech Magenta #E13CF2

Tints of Free Speech Magenta #E13CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.39%

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 42.69%
G = 11.39%
B = 45.92%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E13CF2 (or 0xE13CF2) is known color: Free Speech Magenta. HEX triplet: E1, 3C and F2. RGB value is (225,60,242). Sum of RGB (Red+Green+Blue) = 225+60+242=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 60 (23.83% from 255 or 11.39% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #E13CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E13CF2 is #1EC30D. Grayscale: #818181. Windows color (decimal): -2016014 or 15875297. OLE color: 15875297.

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

Color convert

RGB 225 60 242 -
CMYK 0.07 0.75 0 0.05
HSL 294.4º 0.88% 0.59% -
HSV(B) 294.4º 0.75% 0.95% -
XYZ 48.69 25.65 86.39 -
YUV 130.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 225 60 242 0.07 0.75 0 0.05 294.4 0.88 0.59
Hex E1 3C F2 7 4B 0 5 126 58 3B
Octal 341 74 362 7 113 0 5 446 130 73
Binary 11100001 111100 11110010 111 1001011 0 101 100100110 1011000 111011

Color Harmonies of #E13CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13CF2

Black with #E13CF2

Text Example


Text Example

White with #E13CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13CF2; }

 p { color: rgb(225,60,242); }

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

background-color css

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

 a { background-color: rgb(225,60,242); }

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

border-color css

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

 span { border-color: rgb(225,60,242); }

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