Html Css Color HEX #E149EE Free Speech Magenta

📋 copy color: '#E149EE'

red 225 ◦ green 73 ◦ blue 238

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

Shades of Free Speech Magenta #E149EE

Tints of Free Speech Magenta #E149EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 41.98%
G = 13.62%
B = 44.4%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E149EE (or 0xE149EE) is known color: Free Speech Magenta. HEX triplet: E1, 49 and EE. RGB value is (225,73,238). Sum of RGB (Red+Green+Blue) = 225+73+238=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #E149EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149EE is #1EB611. Grayscale: #888888. Windows color (decimal): -2012690 or 15616481. OLE color: 15616481.

HSL color Cylindrical-coordinate representation of color #E149EE: hue angle of 295.27º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E149EE is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 73 238 -
CMYK 0.05 0.69 0 0.07
HSL 295.27º 0.83% 0.61% -
HSV(B) 295.27º 0.69% 0.93% -
XYZ 48.87 26.95 83.51 -
YUV 137.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 225 73 238 0.05 0.69 0 0.07 295.27 0.83 0.61
Hex E1 49 EE 5 45 0 7 127 53 3D
Octal 341 111 356 5 105 0 7 447 123 75
Binary 11100001 1001001 11101110 101 1000101 0 111 100100111 1010011 111101

Color Harmonies of #E149EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149EE

Black with #E149EE

Text Example


Text Example

White with #E149EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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