Html Css Color HEX #E148D1 Free Speech Magenta

📋 copy color: '#E148D1'

red 225 ◦ green 72 ◦ blue 209

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

Shades of Free Speech Magenta #E148D1

Tints of Free Speech Magenta #E148D1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.23%

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

R = 44.47%
G = 14.23%
B = 41.3%

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

#E148D1 (or 0xE148D1) is known color: Free Speech Magenta. HEX triplet: E1, 48 and D1. RGB value is (225,72,209). Sum of RGB (Red+Green+Blue) = 225+72+209=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E148D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148D1 is #1EB72E. Grayscale: #848484. Windows color (decimal): -2012975 or 13715681. OLE color: 13715681.

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

Color convert

RGB 225 72 209 -
CMYK 0 0.68 0.07 0.12
HSL 306.27º 0.72% 0.58% -
HSV(B) 306.27º 0.68% 0.88% -
XYZ 44.88 25.25 62.83 -
YUV 133.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 225 72 209 0 0.68 0.07 0.12 306.27 0.72 0.58
Hex E1 48 D1 0 44 7 C 132 48 3A
Octal 341 110 321 0 104 7 14 462 110 72
Binary 11100001 1001000 11010001 0 1000100 111 1100 100110010 1001000 111010

Color Harmonies of #E148D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148D1

Black with #E148D1

Text Example


Text Example

White with #E148D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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