Html Css Color HEX #E14ECD Free Speech Magenta

📋 copy color: '#E14ECD'

red 225 ◦ green 78 ◦ blue 205

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

Shades of Free Speech Magenta #E14ECD

Tints of Free Speech Magenta #E14ECD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.35%

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 44.29%
G = 15.35%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E14ECD (or 0xE14ECD) is known color: Free Speech Magenta. HEX triplet: E1, 4E and CD. RGB value is (225,78,205). Sum of RGB (Red+Green+Blue) = 225+78+205=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14ECD is #1EB132. Grayscale: #888888. Windows color (decimal): -2011443 or 13455073. OLE color: 13455073.

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

Color convert

RGB 225 78 205 -
CMYK 0 0.65 0.09 0.12
HSL 308.16º 0.71% 0.59% -
HSV(B) 308.16º 0.65% 0.88% -
XYZ 44.8 25.86 60.39 -
YUV 136.43 166.7 191.17 -
System Red Green Blue C M Y K H S L
Decimal 225 78 205 0 0.65 0.09 0.12 308.16 0.71 0.59
Hex E1 4E CD 0 41 9 C 134 47 3B
Octal 341 116 315 0 101 11 14 464 107 73
Binary 11100001 1001110 11001101 0 1000001 1001 1100 100110100 1000111 111011

Color Harmonies of #E14ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14ECD

Black with #E14ECD

Text Example


Text Example

White with #E14ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14ECD; }

 p { color: rgb(225,78,205); }

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

background-color css

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

 a { background-color: rgb(225,78,205); }

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

border-color css

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

 span { border-color: rgb(225,78,205); }

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