Html Css Color HEX #E14FDB Free Speech Magenta

📋 copy color: '#E14FDB'

red 225 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #E14FDB

Tints of Free Speech Magenta #E14FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 43.02%
G = 15.11%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E14FDB (or 0xE14FDB) is known color: Free Speech Magenta. HEX triplet: E1, 4F and DB. RGB value is (225,79,219). Sum of RGB (Red+Green+Blue) = 225+79+219=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14FDB is #1EB024. Grayscale: #8A8A8A. Windows color (decimal): -2011173 or 14372833. OLE color: 14372833.

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

Color convert

RGB 225 79 219 -
CMYK 0 0.65 0.03 0.12
HSL 302.47º 0.71% 0.6% -
HSV(B) 302.47º 0.65% 0.88% -
XYZ 46.63 26.71 69.72 -
YUV 138.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 225 79 219 0 0.65 0.03 0.12 302.47 0.71 0.6
Hex E1 4F DB 0 41 3 C 12E 47 3C
Octal 341 117 333 0 101 3 14 456 107 74
Binary 11100001 1001111 11011011 0 1000001 11 1100 100101110 1000111 111100

Color Harmonies of #E14FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14FDB

Black with #E14FDB

Text Example


Text Example

White with #E14FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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