Html Css Color HEX #E14ADF Free Speech Magenta

📋 copy color: '#E14ADF'

red 225 ◦ green 74 ◦ blue 223

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

Shades of Free Speech Magenta #E14ADF

Tints of Free Speech Magenta #E14ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.18%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 43.1%
G = 14.18%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E14ADF (or 0xE14ADF) is known color: Free Speech Magenta. HEX triplet: E1, 4A and DF. RGB value is (225,74,223). Sum of RGB (Red+Green+Blue) = 225+74+223=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ADF is #1EB520. Grayscale: #878787. Windows color (decimal): -2012449 or 14633697. OLE color: 14633697.

HSL color Cylindrical-coordinate representation of color #E14ADF: hue angle of 300.79º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14ADF is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 74 223 -
CMYK 0 0.67 0.01 0.12
HSL 300.79º 0.72% 0.59% -
HSV(B) 300.79º 0.67% 0.88% -
XYZ 46.82 26.23 72.41 -
YUV 136.14 177.03 191.38 -
System Red Green Blue C M Y K H S L
Decimal 225 74 223 0 0.67 0.01 0.12 300.79 0.72 0.59
Hex E1 4A DF 0 43 1 C 12D 48 3B
Octal 341 112 337 0 103 1 14 455 110 73
Binary 11100001 1001010 11011111 0 1000011 1 1100 100101101 1001000 111011

Color Harmonies of #E14ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14ADF

Black with #E14ADF

Text Example


Text Example

White with #E14ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14ADF; }

 p { color: rgb(225,74,223); }

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

background-color css

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

 a { background-color: rgb(225,74,223); }

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

border-color css

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

 span { border-color: rgb(225,74,223); }

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