Html Css Color HEX #E134F1 Free Speech Magenta

📋 copy color: '#E134F1'

red 225 ◦ green 52 ◦ blue 241

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

Shades of Free Speech Magenta #E134F1

Tints of Free Speech Magenta #E134F1

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.04%

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 43.44%
G = 10.04%
B = 46.53%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E134F1 (or 0xE134F1) is known color: Free Speech Magenta. HEX triplet: E1, 34 and F1. RGB value is (225,52,241). Sum of RGB (Red+Green+Blue) = 225+52+241=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 52 (20.70% from 255 or 10.04% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #E134F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E134F1 is #1ECB0E. Grayscale: #7C7C7C. Windows color (decimal): -2018063 or 15807713. OLE color: 15807713.

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

Color convert

RGB 225 52 241 -
CMYK 0.07 0.78 0 0.05
HSL 294.92º 0.87% 0.57% -
HSV(B) 294.92º 0.78% 0.95% -
XYZ 48.16 24.81 85.47 -
YUV 125.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 225 52 241 0.07 0.78 0 0.05 294.92 0.87 0.57
Hex E1 34 F1 7 4E 0 5 127 57 39
Octal 341 64 361 7 116 0 5 447 127 71
Binary 11100001 110100 11110001 111 1001110 0 101 100100111 1010111 111001

Color Harmonies of #E134F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E134F1

Black with #E134F1

Text Example


Text Example

White with #E134F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E134F1; }

 p { color: rgb(225,52,241); }

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

background-color css

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

 a { background-color: rgb(225,52,241); }

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

border-color css

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

 span { border-color: rgb(225,52,241); }

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