Html Css Color HEX #E145D1 Free Speech Magenta

📋 copy color: '#E145D1'

red 225 ◦ green 69 ◦ blue 209

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

Shades of Free Speech Magenta #E145D1

Tints of Free Speech Magenta #E145D1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.72%

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

R = 44.73%
G = 13.72%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E145D1 (or 0xE145D1) is known color: Free Speech Magenta. HEX triplet: E1, 45 and D1. RGB value is (225,69,209). Sum of RGB (Red+Green+Blue) = 225+69+209=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 69 (27.34% from 255 or 13.72% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E145D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145D1 is #1EBA2E. Grayscale: #838383. Windows color (decimal): -2013743 or 13714913. OLE color: 13714913.

HSL color Cylindrical-coordinate representation of color #E145D1: hue angle of 306.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E145D1 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 209 -
CMYK 0 0.69 0.07 0.12
HSL 306.15º 0.72% 0.58% -
HSV(B) 306.15º 0.69% 0.88% -
XYZ 44.69 24.87 62.77 -
YUV 131.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 225 69 209 0 0.69 0.07 0.12 306.15 0.72 0.58
Hex E1 45 D1 0 45 7 C 132 48 3A
Octal 341 105 321 0 105 7 14 462 110 72
Binary 11100001 1000101 11010001 0 1000101 111 1100 100110010 1001000 111010

Color Harmonies of #E145D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E145D1

Black with #E145D1

Text Example


Text Example

White with #E145D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E145D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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