Html Css Color HEX #E149ED Free Speech Magenta

📋 copy color: '#E149ED'

red 225 ◦ green 73 ◦ blue 237

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

Shades of Free Speech Magenta #E149ED

Tints of Free Speech Magenta #E149ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 42.06%
G = 13.64%
B = 44.3%

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

#E149ED (or 0xE149ED) is known color: Free Speech Magenta. HEX triplet: E1, 49 and ED. RGB value is (225,73,237). Sum of RGB (Red+Green+Blue) = 225+73+237=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #E149ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E149ED is #1EB612. Grayscale: #888888. Windows color (decimal): -2012691 or 15550945. OLE color: 15550945.

HSL color Cylindrical-coordinate representation of color #E149ED: hue angle of 295.61º degrees, saturation: 0.82, 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 #E149ED is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 73 237 -
CMYK 0.05 0.69 0 0.07
HSL 295.61º 0.82% 0.61% -
HSV(B) 295.61º 0.69% 0.93% -
XYZ 48.72 26.89 82.74 -
YUV 137.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 225 73 237 0.05 0.69 0 0.07 295.61 0.82 0.61
Hex E1 49 ED 5 45 0 7 128 52 3D
Octal 341 111 355 5 105 0 7 450 122 75
Binary 11100001 1001001 11101101 101 1000101 0 111 100101000 1010010 111101

Color Harmonies of #E149ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149ED

Black with #E149ED

Text Example


Text Example

White with #E149ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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