Html Css Color HEX #E14DC7 Free Speech Magenta

📋 copy color: '#E14DC7'

red 225 ◦ green 77 ◦ blue 199

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

Shades of Free Speech Magenta #E14DC7

Tints of Free Speech Magenta #E14DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.72%

R = 44.91%
G = 15.37%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E14DC7 (or 0xE14DC7) is known color: Free Speech Magenta. HEX triplet: E1, 4D and C7. RGB value is (225,77,199). Sum of RGB (Red+Green+Blue) = 225+77+199=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DC7 is #1EB238. Grayscale: #868686. Windows color (decimal): -2011705 or 13061601. OLE color: 13061601.

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

Color convert

RGB 225 77 199 -
CMYK 0 0.66 0.12 0.12
HSL 310.54º 0.71% 0.59% -
HSV(B) 310.54º 0.66% 0.88% -
XYZ 44.01 25.44 56.62 -
YUV 135.16 164.03 192.08 -
System Red Green Blue C M Y K H S L
Decimal 225 77 199 0 0.66 0.12 0.12 310.54 0.71 0.59
Hex E1 4D C7 0 42 C C 137 47 3B
Octal 341 115 307 0 102 14 14 467 107 73
Binary 11100001 1001101 11000111 0 1000010 1100 1100 100110111 1000111 111011

Color Harmonies of #E14DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DC7

Black with #E14DC7

Text Example


Text Example

White with #E14DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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