Html Css Color HEX #E14FCD Free Speech Magenta

📋 copy color: '#E14FCD'

red 225 ◦ green 79 ◦ blue 205

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

Shades of Free Speech Magenta #E14FCD

Tints of Free Speech Magenta #E14FCD

RGB

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

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

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

R = 44.2%
G = 15.52%
B = 40.28%

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

#E14FCD (or 0xE14FCD) is known color: Free Speech Magenta. HEX triplet: E1, 4F and CD. RGB value is (225,79,205). Sum of RGB (Red+Green+Blue) = 225+79+205=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FCD is #1EB032. Grayscale: #888888. Windows color (decimal): -2011187 or 13455329. OLE color: 13455329.

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

Color convert

RGB 225 79 205 -
CMYK 0 0.65 0.09 0.12
HSL 308.22º 0.71% 0.6% -
HSV(B) 308.22º 0.65% 0.88% -
XYZ 44.87 26.01 60.41 -
YUV 137.02 166.37 190.75 -
System Red Green Blue C M Y K H S L
Decimal 225 79 205 0 0.65 0.09 0.12 308.22 0.71 0.6
Hex E1 4F CD 0 41 9 C 134 47 3C
Octal 341 117 315 0 101 11 14 464 107 74
Binary 11100001 1001111 11001101 0 1000001 1001 1100 100110100 1000111 111100

Color Harmonies of #E14FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FCD

Black with #E14FCD

Text Example


Text Example

White with #E14FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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