Html Css Color HEX #E14DD2 Free Speech Magenta

📋 copy color: '#E14DD2'

red 225 ◦ green 77 ◦ blue 210

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

Shades of Free Speech Magenta #E14DD2

Tints of Free Speech Magenta #E14DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 43.95%
G = 15.04%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E14DD2 (or 0xE14DD2) is known color: Free Speech Magenta. HEX triplet: E1, 4D and D2. RGB value is (225,77,210). Sum of RGB (Red+Green+Blue) = 225+77+210=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DD2 is #1EB22D. Grayscale: #888888. Windows color (decimal): -2011694 or 13782497. OLE color: 13782497.

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

Color convert

RGB 225 77 210 -
CMYK 0 0.66 0.07 0.12
HSL 306.08º 0.71% 0.59% -
HSV(B) 306.08º 0.66% 0.88% -
XYZ 45.34 25.97 63.6 -
YUV 136.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 225 77 210 0 0.66 0.07 0.12 306.08 0.71 0.59
Hex E1 4D D2 0 42 7 C 132 47 3B
Octal 341 115 322 0 102 7 14 462 107 73
Binary 11100001 1001101 11010010 0 1000010 111 1100 100110010 1000111 111011

Color Harmonies of #E14DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DD2

Black with #E14DD2

Text Example


Text Example

White with #E14DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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