Html Css Color HEX #E147DA Free Speech Magenta

📋 copy color: '#E147DA'

red 225 ◦ green 71 ◦ blue 218

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

Shades of Free Speech Magenta #E147DA

Tints of Free Speech Magenta #E147DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 43.77%
G = 13.81%
B = 42.41%

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

#E147DA (or 0xE147DA) is known color: Free Speech Magenta. HEX triplet: E1, 47 and DA. RGB value is (225,71,218). Sum of RGB (Red+Green+Blue) = 225+71+218=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E147DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147DA is #1EB825. Grayscale: #858585. Windows color (decimal): -2013222 or 14305249. OLE color: 14305249.

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

Color convert

RGB 225 71 218 -
CMYK 0 0.68 0.03 0.12
HSL 302.73º 0.72% 0.58% -
HSV(B) 302.73º 0.68% 0.88% -
XYZ 45.96 25.58 68.84 -
YUV 133.8 175.52 193.05 -
System Red Green Blue C M Y K H S L
Decimal 225 71 218 0 0.68 0.03 0.12 302.73 0.72 0.58
Hex E1 47 DA 0 44 3 C 12F 48 3A
Octal 341 107 332 0 104 3 14 457 110 72
Binary 11100001 1000111 11011010 0 1000100 11 1100 100101111 1001000 111010

Color Harmonies of #E147DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147DA

Black with #E147DA

Text Example


Text Example

White with #E147DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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