Html Css Color HEX #E149C9 Free Speech Magenta

📋 copy color: '#E149C9'

red 225 ◦ green 73 ◦ blue 201

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

Shades of Free Speech Magenta #E149C9

Tints of Free Speech Magenta #E149C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.28%

R = 45.09%
G = 14.63%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E149C9 (or 0xE149C9) is known color: Free Speech Magenta. HEX triplet: E1, 49 and C9. RGB value is (225,73,201). Sum of RGB (Red+Green+Blue) = 225+73+201=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E149C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149C9 is #1EB636. Grayscale: #848484. Windows color (decimal): -2012727 or 13191649. OLE color: 13191649.

HSL color Cylindrical-coordinate representation of color #E149C9: hue angle of 309.47º 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 #E149C9 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 201 -
CMYK 0 0.68 0.11 0.12
HSL 309.47º 0.72% 0.58% -
HSV(B) 309.47º 0.68% 0.88% -
XYZ 43.98 24.99 57.76 -
YUV 133.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 225 73 201 0 0.68 0.11 0.12 309.47 0.72 0.58
Hex E1 49 C9 0 44 B C 135 48 3A
Octal 341 111 311 0 104 13 14 465 110 72
Binary 11100001 1001001 11001001 0 1000100 1011 1100 100110101 1001000 111010

Color Harmonies of #E149C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149C9

Black with #E149C9

Text Example


Text Example

White with #E149C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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