Html Css Color HEX #E14AD6 Free Speech Magenta

📋 copy color: '#E14AD6'

red 225 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Magenta #E14AD6

Tints of Free Speech Magenta #E14AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 43.86%
G = 14.42%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E14AD6 (or 0xE14AD6) is known color: Free Speech Magenta. HEX triplet: E1, 4A and D6. RGB value is (225,74,214). Sum of RGB (Red+Green+Blue) = 225+74+214=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14AD6 is #1EB529. Grayscale: #868686. Windows color (decimal): -2012458 or 14043873. OLE color: 14043873.

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

Color convert

RGB 225 74 214 -
CMYK 0 0.67 0.05 0.12
HSL 304.37º 0.72% 0.59% -
HSV(B) 304.37º 0.67% 0.88% -
XYZ 45.64 25.76 66.19 -
YUV 135.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 225 74 214 0 0.67 0.05 0.12 304.37 0.72 0.59
Hex E1 4A D6 0 43 5 C 130 48 3B
Octal 341 112 326 0 103 5 14 460 110 73
Binary 11100001 1001010 11010110 0 1000011 101 1100 100110000 1001000 111011

Color Harmonies of #E14AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14AD6

Black with #E14AD6

Text Example


Text Example

White with #E14AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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