Html Css Color HEX #E14DD6 Free Speech Magenta

📋 copy color: '#E14DD6'

red 225 ◦ green 77 ◦ blue 214

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

Shades of Free Speech Magenta #E14DD6

Tints of Free Speech Magenta #E14DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.92%

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

R = 43.6%
G = 14.92%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E14DD6 (or 0xE14DD6) is known color: Free Speech Magenta. HEX triplet: E1, 4D and D6. RGB value is (225,77,214). Sum of RGB (Red+Green+Blue) = 225+77+214=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DD6 is #1EB229. Grayscale: #888888. Windows color (decimal): -2011690 or 14044641. OLE color: 14044641.

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

Color convert

RGB 225 77 214 -
CMYK 0 0.66 0.05 0.12
HSL 304.46º 0.71% 0.59% -
HSV(B) 304.46º 0.66% 0.88% -
XYZ 45.84 26.17 66.25 -
YUV 136.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 225 77 214 0 0.66 0.05 0.12 304.46 0.71 0.59
Hex E1 4D D6 0 42 5 C 130 47 3B
Octal 341 115 326 0 102 5 14 460 107 73
Binary 11100001 1001101 11010110 0 1000010 101 1100 100110000 1000111 111011

Color Harmonies of #E14DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DD6

Black with #E14DD6

Text Example


Text Example

White with #E14DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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