Html Css Color HEX #E140F2 Free Speech Magenta

📋 copy color: '#E140F2'

red 225 ◦ green 64 ◦ blue 242

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

Shades of Free Speech Magenta #E140F2

Tints of Free Speech Magenta #E140F2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.05%

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

R = 42.37%
G = 12.05%
B = 45.57%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E140F2 (or 0xE140F2) is known color: Free Speech Magenta. HEX triplet: E1, 40 and F2. RGB value is (225,64,242). Sum of RGB (Red+Green+Blue) = 225+64+242=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #E140F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E140F2 is #1EBF0D. Grayscale: #838383. Windows color (decimal): -2014990 or 15876321. OLE color: 15876321.

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

Color convert

RGB 225 64 242 -
CMYK 0.07 0.74 0 0.05
HSL 294.27º 0.87% 0.6% -
HSV(B) 294.27º 0.74% 0.95% -
XYZ 48.91 26.09 86.46 -
YUV 132.43 189.84 194.03 -
System Red Green Blue C M Y K H S L
Decimal 225 64 242 0.07 0.74 0 0.05 294.27 0.87 0.6
Hex E1 40 F2 7 4A 0 5 126 57 3C
Octal 341 100 362 7 112 0 5 446 127 74
Binary 11100001 1000000 11110010 111 1001010 0 101 100100110 1010111 111100

Color Harmonies of #E140F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140F2

Black with #E140F2

Text Example


Text Example

White with #E140F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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