Html Css Color HEX #E149C7 Free Speech Magenta

📋 copy color: '#E149C7'

red 225 ◦ green 73 ◦ blue 199

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

Shades of Free Speech Magenta #E149C7

Tints of Free Speech Magenta #E149C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.04%

R = 45.27%
G = 14.69%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E149C7 (or 0xE149C7) is known color: Free Speech Magenta. HEX triplet: E1, 49 and C7. RGB value is (225,73,199). Sum of RGB (Red+Green+Blue) = 225+73+199=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E149C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149C7 is #1EB638. Grayscale: #848484. Windows color (decimal): -2012729 or 13060577. OLE color: 13060577.

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

Color convert

RGB 225 73 199 -
CMYK 0 0.68 0.12 0.12
HSL 310.26º 0.72% 0.58% -
HSV(B) 310.26º 0.68% 0.88% -
XYZ 43.74 24.9 56.53 -
YUV 132.81 165.36 193.75 -
System Red Green Blue C M Y K H S L
Decimal 225 73 199 0 0.68 0.12 0.12 310.26 0.72 0.58
Hex E1 49 C7 0 44 C C 136 48 3A
Octal 341 111 307 0 104 14 14 466 110 72
Binary 11100001 1001001 11000111 0 1000100 1100 1100 100110110 1001000 111010

Color Harmonies of #E149C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149C7

Black with #E149C7

Text Example


Text Example

White with #E149C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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