Html Css Color HEX #E143F0 Free Speech Magenta

📋 copy color: '#E143F0'

red 225 ◦ green 67 ◦ blue 240

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

Shades of Free Speech Magenta #E143F0

Tints of Free Speech Magenta #E143F0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.59%

 BLUE value IS 240 (94.14% from 255) = 45.11%

R = 42.29%
G = 12.59%
B = 45.11%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E143F0 (or 0xE143F0) is known color: Free Speech Magenta. HEX triplet: E1, 43 and F0. RGB value is (225,67,240). Sum of RGB (Red+Green+Blue) = 225+67+240=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 67 (26.56% from 255 or 12.59% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #E143F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E143F0 is #1EBC0F. Grayscale: #858585. Windows color (decimal): -2014224 or 15746017. OLE color: 15746017.

HSL color Cylindrical-coordinate representation of color #E143F0: hue angle of 294.8º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E143F0 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 67 240 -
CMYK 0.06 0.72 0 0.06
HSL 294.8º 0.85% 0.6% -
HSV(B) 294.8º 0.72% 0.94% -
XYZ 48.79 26.31 84.95 -
YUV 133.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 225 67 240 0.06 0.72 0 0.06 294.8 0.85 0.6
Hex E1 43 F0 6 48 0 6 127 55 3C
Octal 341 103 360 6 110 0 6 447 125 74
Binary 11100001 1000011 11110000 110 1001000 0 110 100100111 1010101 111100

Color Harmonies of #E143F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E143F0

Black with #E143F0

Text Example


Text Example

White with #E143F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E143F0; }

 p { color: rgb(225,67,240); }

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

background-color css

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

 a { background-color: rgb(225,67,240); }

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

border-color css

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

 span { border-color: rgb(225,67,240); }

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