Html Css Color HEX #E14AD4 Free Speech Magenta

📋 copy color: '#E14AD4'

red 225 ◦ green 74 ◦ blue 212

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

Shades of Free Speech Magenta #E14AD4

Tints of Free Speech Magenta #E14AD4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.48%

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 44.03%
G = 14.48%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E14AD4 (or 0xE14AD4) is known color: Free Speech Magenta. HEX triplet: E1, 4A and D4. RGB value is (225,74,212). Sum of RGB (Red+Green+Blue) = 225+74+212=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14AD4 is #1EB52B. Grayscale: #868686. Windows color (decimal): -2012460 or 13912801. OLE color: 13912801.

HSL color Cylindrical-coordinate representation of color #E14AD4: hue angle of 305.17º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14AD4 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 212 -
CMYK 0 0.67 0.06 0.12
HSL 305.17º 0.72% 0.59% -
HSV(B) 305.17º 0.67% 0.88% -
XYZ 45.38 25.66 64.85 -
YUV 134.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 225 74 212 0 0.67 0.06 0.12 305.17 0.72 0.59
Hex E1 4A D4 0 43 6 C 131 48 3B
Octal 341 112 324 0 103 6 14 461 110 73
Binary 11100001 1001010 11010100 0 1000011 110 1100 100110001 1001000 111011

Color Harmonies of #E14AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AD4

Black with #E14AD4

Text Example


Text Example

White with #E14AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AD4; }

 p { color: rgb(225,74,212); }

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

background-color css

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

 a { background-color: rgb(225,74,212); }

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

border-color css

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

 span { border-color: rgb(225,74,212); }

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