Html Css Color HEX #E14FCC Free Speech Magenta

📋 copy color: '#E14FCC'

red 225 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Magenta #E14FCC

Tints of Free Speech Magenta #E14FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.55%

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

R = 44.29%
G = 15.55%
B = 40.16%

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

#E14FCC (or 0xE14FCC) is known color: Free Speech Magenta. HEX triplet: E1, 4F and CC. RGB value is (225,79,204). Sum of RGB (Red+Green+Blue) = 225+79+204=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FCC is #1EB033. Grayscale: #888888. Windows color (decimal): -2011188 or 13389793. OLE color: 13389793.

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

Color convert

RGB 225 79 204 -
CMYK 0 0.65 0.09 0.12
HSL 308.63º 0.71% 0.6% -
HSV(B) 308.63º 0.65% 0.88% -
XYZ 44.75 25.96 59.78 -
YUV 136.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 225 79 204 0 0.65 0.09 0.12 308.63 0.71 0.6
Hex E1 4F CC 0 41 9 C 135 47 3C
Octal 341 117 314 0 101 11 14 465 107 74
Binary 11100001 1001111 11001100 0 1000001 1001 1100 100110101 1000111 111100

Color Harmonies of #E14FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FCC

Black with #E14FCC

Text Example


Text Example

White with #E14FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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