Html Css Color HEX #E147F0 Free Speech Magenta

📋 copy color: '#E147F0'

red 225 ◦ green 71 ◦ blue 240

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

Shades of Free Speech Magenta #E147F0

Tints of Free Speech Magenta #E147F0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.25%

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

R = 41.98%
G = 13.25%
B = 44.78%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E147F0 (or 0xE147F0) is known color: Free Speech Magenta. HEX triplet: E1, 47 and F0. RGB value is (225,71,240). Sum of RGB (Red+Green+Blue) = 225+71+240=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 71 (28.12% from 255 or 13.25% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #E147F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E147F0 is #1EB80F. Grayscale: #878787. Windows color (decimal): -2013200 or 15747041. OLE color: 15747041.

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

Color convert

RGB 225 71 240 -
CMYK 0.06 0.70 0 0.06
HSL 294.67º 0.85% 0.61% -
HSV(B) 294.67º 0.7% 0.94% -
XYZ 49.03 26.81 85.03 -
YUV 136.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 225 71 240 0.06 0.70 0 0.06 294.67 0.85 0.61
Hex E1 47 F0 6 46 0 6 127 55 3D
Octal 341 107 360 6 106 0 6 447 125 75
Binary 11100001 1000111 11110000 110 1000110 0 110 100100111 1010101 111101

Color Harmonies of #E147F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147F0

Black with #E147F0

Text Example


Text Example

White with #E147F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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