Html Css Color HEX #E146F0 Free Speech Magenta

📋 copy color: '#E146F0'

red 225 ◦ green 70 ◦ blue 240

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

Shades of Free Speech Magenta #E146F0

Tints of Free Speech Magenta #E146F0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.08%

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

R = 42.06%
G = 13.08%
B = 44.86%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E146F0 (or 0xE146F0) is known color: Free Speech Magenta. HEX triplet: E1, 46 and F0. RGB value is (225,70,240). Sum of RGB (Red+Green+Blue) = 225+70+240=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 70 (27.73% from 255 or 13.08% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #E146F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E146F0 is #1EB90F. Grayscale: #878787. Windows color (decimal): -2013456 or 15746785. OLE color: 15746785.

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

Color convert

RGB 225 70 240 -
CMYK 0.06 0.71 0 0.06
HSL 294.71º 0.85% 0.61% -
HSV(B) 294.71º 0.71% 0.94% -
XYZ 48.97 26.68 85.01 -
YUV 135.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 225 70 240 0.06 0.71 0 0.06 294.71 0.85 0.61
Hex E1 46 F0 6 47 0 6 127 55 3D
Octal 341 106 360 6 107 0 6 447 125 75
Binary 11100001 1000110 11110000 110 1000111 0 110 100100111 1010101 111101

Color Harmonies of #E146F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E146F0

Black with #E146F0

Text Example


Text Example

White with #E146F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E146F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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