Html Css Color HEX #E144D9 Free Speech Magenta

📋 copy color: '#E144D9'

red 225 ◦ green 68 ◦ blue 217

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

Shades of Free Speech Magenta #E144D9

Tints of Free Speech Magenta #E144D9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.33%

 BLUE value IS 217 (85.16% from 255) = 42.55%

R = 44.12%
G = 13.33%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E144D9 (or 0xE144D9) is known color: Free Speech Magenta. HEX triplet: E1, 44 and D9. RGB value is (225,68,217). Sum of RGB (Red+Green+Blue) = 225+68+217=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 68 (26.95% from 255 or 13.33% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E144D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144D9 is #1EBB26. Grayscale: #838383. Windows color (decimal): -2013991 or 14238945. OLE color: 14238945.

HSL color Cylindrical-coordinate representation of color #E144D9: hue angle of 303.06º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144D9 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 217 -
CMYK 0 0.70 0.04 0.12
HSL 303.06º 0.72% 0.57% -
HSV(B) 303.06º 0.7% 0.88% -
XYZ 45.64 25.15 68.09 -
YUV 131.93 176.01 194.38 -
System Red Green Blue C M Y K H S L
Decimal 225 68 217 0 0.70 0.04 0.12 303.06 0.72 0.57
Hex E1 44 D9 0 46 4 C 12F 48 39
Octal 341 104 331 0 106 4 14 457 110 71
Binary 11100001 1000100 11011001 0 1000110 100 1100 100101111 1001000 111001

Color Harmonies of #E144D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144D9

Black with #E144D9

Text Example


Text Example

White with #E144D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144D9; }

 p { color: rgb(225,68,217); }

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

background-color css

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

 a { background-color: rgb(225,68,217); }

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

border-color css

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

 span { border-color: rgb(225,68,217); }

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