Html Css Color HEX #E147DB Free Speech Magenta

📋 copy color: '#E147DB'

red 225 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #E147DB

Tints of Free Speech Magenta #E147DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 43.69%
G = 13.79%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E147DB (or 0xE147DB) is known color: Free Speech Magenta. HEX triplet: E1, 47 and DB. RGB value is (225,71,219). Sum of RGB (Red+Green+Blue) = 225+71+219=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E147DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147DB is #1EB824. Grayscale: #858585. Windows color (decimal): -2013221 or 14370785. OLE color: 14370785.

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

Color convert

RGB 225 71 219 -
CMYK 0 0.68 0.03 0.12
HSL 302.34º 0.72% 0.58% -
HSV(B) 302.34º 0.68% 0.88% -
XYZ 46.09 25.63 69.54 -
YUV 133.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 225 71 219 0 0.68 0.03 0.12 302.34 0.72 0.58
Hex E1 47 DB 0 44 3 C 12E 48 3A
Octal 341 107 333 0 104 3 14 456 110 72
Binary 11100001 1000111 11011011 0 1000100 11 1100 100101110 1001000 111010

Color Harmonies of #E147DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147DB

Black with #E147DB

Text Example


Text Example

White with #E147DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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