Html Css Color HEX #E149EF Free Speech Magenta

📋 copy color: '#E149EF'

red 225 ◦ green 73 ◦ blue 239

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

Shades of Free Speech Magenta #E149EF

Tints of Free Speech Magenta #E149EF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.59%

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 41.9%
G = 13.59%
B = 44.51%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E149EF (or 0xE149EF) is known color: Free Speech Magenta. HEX triplet: E1, 49 and EF. RGB value is (225,73,239). Sum of RGB (Red+Green+Blue) = 225+73+239=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #E149EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149EF is #1EB610. Grayscale: #888888. Windows color (decimal): -2012689 or 15682017. OLE color: 15682017.

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

Color convert

RGB 225 73 239 -
CMYK 0.06 0.69 0 0.06
HSL 294.94º 0.84% 0.61% -
HSV(B) 294.94º 0.69% 0.94% -
XYZ 49.01 27 84.29 -
YUV 137.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 225 73 239 0.06 0.69 0 0.06 294.94 0.84 0.61
Hex E1 49 EF 6 45 0 6 127 54 3D
Octal 341 111 357 6 105 0 6 447 124 75
Binary 11100001 1001001 11101111 110 1000101 0 110 100100111 1010100 111101

Color Harmonies of #E149EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149EF

Black with #E149EF

Text Example


Text Example

White with #E149EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149EF; }

 p { color: rgb(225,73,239); }

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

background-color css

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

 a { background-color: rgb(225,73,239); }

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

border-color css

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

 span { border-color: rgb(225,73,239); }

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