Html Css Color HEX #E14BDF Free Speech Magenta

📋 copy color: '#E14BDF'

red 225 ◦ green 75 ◦ blue 223

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

Shades of Free Speech Magenta #E14BDF

Tints of Free Speech Magenta #E14BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.34%

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

R = 43.02%
G = 14.34%
B = 42.64%

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

#E14BDF (or 0xE14BDF) is known color: Free Speech Magenta. HEX triplet: E1, 4B and DF. RGB value is (225,75,223). Sum of RGB (Red+Green+Blue) = 225+75+223=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 75 (29.69% from 255 or 14.34% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14BDF is #1EB420. Grayscale: #888888. Windows color (decimal): -2012193 or 14633953. OLE color: 14633953.

HSL color Cylindrical-coordinate representation of color #E14BDF: hue angle of 300.8º degrees, saturation: 0.71, 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 #E14BDF is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 75 223 -
CMYK 0 0.67 0.01 0.12
HSL 300.8º 0.71% 0.59% -
HSV(B) 300.8º 0.67% 0.88% -
XYZ 46.89 26.37 72.43 -
YUV 136.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 225 75 223 0 0.67 0.01 0.12 300.8 0.71 0.59
Hex E1 4B DF 0 43 1 C 12D 47 3B
Octal 341 113 337 0 103 1 14 455 107 73
Binary 11100001 1001011 11011111 0 1000011 1 1100 100101101 1000111 111011

Color Harmonies of #E14BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BDF

Black with #E14BDF

Text Example


Text Example

White with #E14BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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