Html Css Color HEX #E14DCF Free Speech Magenta

📋 copy color: '#E14DCF'

red 225 ◦ green 77 ◦ blue 207

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

Shades of Free Speech Magenta #E14DCF

Tints of Free Speech Magenta #E14DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 44.2%
G = 15.13%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E14DCF (or 0xE14DCF) is known color: Free Speech Magenta. HEX triplet: E1, 4D and CF. RGB value is (225,77,207). Sum of RGB (Red+Green+Blue) = 225+77+207=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DCF is #1EB230. Grayscale: #878787. Windows color (decimal): -2011697 or 13585889. OLE color: 13585889.

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

Color convert

RGB 225 77 207 -
CMYK 0 0.66 0.08 0.12
HSL 307.3º 0.71% 0.59% -
HSV(B) 307.3º 0.66% 0.88% -
XYZ 44.97 25.82 61.65 -
YUV 136.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 225 77 207 0 0.66 0.08 0.12 307.3 0.71 0.59
Hex E1 4D CF 0 42 8 C 133 47 3B
Octal 341 115 317 0 102 10 14 463 107 73
Binary 11100001 1001101 11001111 0 1000010 1000 1100 100110011 1000111 111011

Color Harmonies of #E14DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DCF

Black with #E14DCF

Text Example


Text Example

White with #E14DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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