Html Css Color HEX #E149D6 Free Speech Magenta

📋 copy color: '#E149D6'

red 225 ◦ green 73 ◦ blue 214

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

Shades of Free Speech Magenta #E149D6

Tints of Free Speech Magenta #E149D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 43.95%
G = 14.26%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E149D6 (or 0xE149D6) is known color: Free Speech Magenta. HEX triplet: E1, 49 and D6. RGB value is (225,73,214). Sum of RGB (Red+Green+Blue) = 225+73+214=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E149D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149D6 is #1EB629. Grayscale: #868686. Windows color (decimal): -2012714 or 14043617. OLE color: 14043617.

HSL color Cylindrical-coordinate representation of color #E149D6: hue angle of 304.34º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149D6 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 214 -
CMYK 0 0.68 0.05 0.12
HSL 304.34º 0.72% 0.58% -
HSV(B) 304.34º 0.68% 0.88% -
XYZ 45.57 25.63 66.16 -
YUV 134.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 225 73 214 0 0.68 0.05 0.12 304.34 0.72 0.58
Hex E1 49 D6 0 44 5 C 130 48 3A
Octal 341 111 326 0 104 5 14 460 110 72
Binary 11100001 1001001 11010110 0 1000100 101 1100 100110000 1001000 111010

Color Harmonies of #E149D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149D6

Black with #E149D6

Text Example


Text Example

White with #E149D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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