Html Css Color HEX #E149C8 Free Speech Magenta

📋 copy color: '#E149C8'

red 225 ◦ green 73 ◦ blue 200

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

Shades of Free Speech Magenta #E149C8

Tints of Free Speech Magenta #E149C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.16%

R = 45.18%
G = 14.66%
B = 40.16%

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

#E149C8 (or 0xE149C8) is known color: Free Speech Magenta. HEX triplet: E1, 49 and C8. RGB value is (225,73,200). Sum of RGB (Red+Green+Blue) = 225+73+200=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E149C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149C8 is #1EB637. Grayscale: #848484. Windows color (decimal): -2012728 or 13126113. OLE color: 13126113.

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

Color convert

RGB 225 73 200 -
CMYK 0 0.68 0.11 0.12
HSL 309.87º 0.72% 0.58% -
HSV(B) 309.87º 0.68% 0.88% -
XYZ 43.86 24.94 57.15 -
YUV 132.93 165.86 193.67 -
System Red Green Blue C M Y K H S L
Decimal 225 73 200 0 0.68 0.11 0.12 309.87 0.72 0.58
Hex E1 49 C8 0 44 B C 136 48 3A
Octal 341 111 310 0 104 13 14 466 110 72
Binary 11100001 1001001 11001000 0 1000100 1011 1100 100110110 1001000 111010

Color Harmonies of #E149C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149C8

Black with #E149C8

Text Example


Text Example

White with #E149C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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