Html Css Color HEX #E14DDA Free Speech Magenta

📋 copy color: '#E14DDA'

red 225 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Magenta #E14DDA

Tints of Free Speech Magenta #E14DDA

RGB

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

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

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

R = 43.27%
G = 14.81%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E14DDA (or 0xE14DDA) is known color: Free Speech Magenta. HEX triplet: E1, 4D and DA. RGB value is (225,77,218). Sum of RGB (Red+Green+Blue) = 225+77+218=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DDA is #1EB225. Grayscale: #888888. Windows color (decimal): -2011686 or 14306785. OLE color: 14306785.

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

Color convert

RGB 225 77 218 -
CMYK 0 0.66 0.03 0.12
HSL 302.84º 0.71% 0.59% -
HSV(B) 302.84º 0.66% 0.88% -
XYZ 46.36 26.38 68.98 -
YUV 137.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 225 77 218 0 0.66 0.03 0.12 302.84 0.71 0.59
Hex E1 4D DA 0 42 3 C 12F 47 3B
Octal 341 115 332 0 102 3 14 457 107 73
Binary 11100001 1001101 11011010 0 1000010 11 1100 100101111 1000111 111011

Color Harmonies of #E14DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DDA

Black with #E14DDA

Text Example


Text Example

White with #E14DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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