Html Css Color HEX #E147D1 Free Speech Magenta

📋 copy color: '#E147D1'

red 225 ◦ green 71 ◦ blue 209

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

Shades of Free Speech Magenta #E147D1

Tints of Free Speech Magenta #E147D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.39%

R = 44.55%
G = 14.06%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E147D1 (or 0xE147D1) is known color: Free Speech Magenta. HEX triplet: E1, 47 and D1. RGB value is (225,71,209). Sum of RGB (Red+Green+Blue) = 225+71+209=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 209 (82.03% from 255 or 41.39% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E147D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147D1 is #1EB82E. Grayscale: #848484. Windows color (decimal): -2013231 or 13715425. OLE color: 13715425.

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

Color convert

RGB 225 71 209 -
CMYK 0 0.68 0.07 0.12
HSL 306.23º 0.72% 0.58% -
HSV(B) 306.23º 0.68% 0.88% -
XYZ 44.81 25.12 62.81 -
YUV 132.78 171.02 193.78 -
System Red Green Blue C M Y K H S L
Decimal 225 71 209 0 0.68 0.07 0.12 306.23 0.72 0.58
Hex E1 47 D1 0 44 7 C 132 48 3A
Octal 341 107 321 0 104 7 14 462 110 72
Binary 11100001 1000111 11010001 0 1000100 111 1100 100110010 1001000 111010

Color Harmonies of #E147D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147D1

Black with #E147D1

Text Example


Text Example

White with #E147D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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