Html Css Color HEX #E14DCC Free Speech Magenta

📋 copy color: '#E14DCC'

red 225 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Magenta #E14DCC

Tints of Free Speech Magenta #E14DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 44.47%
G = 15.22%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E14DCC (or 0xE14DCC) is known color: Free Speech Magenta. HEX triplet: E1, 4D and CC. RGB value is (225,77,204). Sum of RGB (Red+Green+Blue) = 225+77+204=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DCC is #1EB233. Grayscale: #878787. Windows color (decimal): -2011700 or 13389281. OLE color: 13389281.

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

Color convert

RGB 225 77 204 -
CMYK 0 0.66 0.09 0.12
HSL 308.51º 0.71% 0.59% -
HSV(B) 308.51º 0.66% 0.88% -
XYZ 44.6 25.67 59.73 -
YUV 135.73 166.53 191.67 -
System Red Green Blue C M Y K H S L
Decimal 225 77 204 0 0.66 0.09 0.12 308.51 0.71 0.59
Hex E1 4D CC 0 42 9 C 135 47 3B
Octal 341 115 314 0 102 11 14 465 107 73
Binary 11100001 1001101 11001100 0 1000010 1001 1100 100110101 1000111 111011

Color Harmonies of #E14DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DCC

Black with #E14DCC

Text Example


Text Example

White with #E14DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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