Html Css Color HEX #E147C9 Free Speech Magenta

📋 copy color: '#E147C9'

red 225 ◦ green 71 ◦ blue 201

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

Shades of Free Speech Magenta #E147C9

Tints of Free Speech Magenta #E147C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.29%

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

R = 45.27%
G = 14.29%
B = 40.44%

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

#E147C9 (or 0xE147C9) is known color: Free Speech Magenta. HEX triplet: E1, 47 and C9. RGB value is (225,71,201). Sum of RGB (Red+Green+Blue) = 225+71+201=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E147C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147C9 is #1EB836. Grayscale: #838383. Windows color (decimal): -2013239 or 13191137. OLE color: 13191137.

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

Color convert

RGB 225 71 201 -
CMYK 0 0.68 0.11 0.12
HSL 309.35º 0.72% 0.58% -
HSV(B) 309.35º 0.68% 0.88% -
XYZ 43.85 24.73 57.72 -
YUV 131.87 167.02 194.43 -
System Red Green Blue C M Y K H S L
Decimal 225 71 201 0 0.68 0.11 0.12 309.35 0.72 0.58
Hex E1 47 C9 0 44 B C 135 48 3A
Octal 341 107 311 0 104 13 14 465 110 72
Binary 11100001 1000111 11001001 0 1000100 1011 1100 100110101 1001000 111010

Color Harmonies of #E147C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147C9

Black with #E147C9

Text Example


Text Example

White with #E147C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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