Html Css Color HEX #E144D5 Free Speech Magenta

📋 copy color: '#E144D5'

red 225 ◦ green 68 ◦ blue 213

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

Shades of Free Speech Magenta #E144D5

Tints of Free Speech Magenta #E144D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 44.47%
G = 13.44%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E144D5 (or 0xE144D5) is known color: Free Speech Magenta. HEX triplet: E1, 44 and D5. RGB value is (225,68,213). Sum of RGB (Red+Green+Blue) = 225+68+213=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 68 (26.95% from 255 or 13.44% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E144D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144D5 is #1EBB2A. Grayscale: #838383. Windows color (decimal): -2013995 or 13976801. OLE color: 13976801.

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

Color convert

RGB 225 68 213 -
CMYK 0 0.70 0.05 0.12
HSL 304.59º 0.72% 0.57% -
HSV(B) 304.59º 0.7% 0.88% -
XYZ 45.13 24.95 65.39 -
YUV 131.47 174.01 194.71 -
System Red Green Blue C M Y K H S L
Decimal 225 68 213 0 0.70 0.05 0.12 304.59 0.72 0.57
Hex E1 44 D5 0 46 5 C 131 48 39
Octal 341 104 325 0 106 5 14 461 110 71
Binary 11100001 1000100 11010101 0 1000110 101 1100 100110001 1001000 111001

Color Harmonies of #E144D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144D5

Black with #E144D5

Text Example


Text Example

White with #E144D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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