#E14BDB

Color #E14BDB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E14BDB

Tints of Free Speech Magenta #E14BDB

Color information

#E14BDB (or 0xE14BDB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 4B and DB. RGB value is (225,75,219). Sum of RGB (Red+Green+Blue) = 225+75+219=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14BDB is #1EB424. Grayscale: #878787. Windows color (decimal): -2012197 or 14371809. OLE color: 14371809.

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

Color convert

RGB22575219-
CMYK00.670.030.12
HSL302.4º71.43%58.82%-
HSV(B)302.4º66.67%88.24%-
XYZ46.3526.1569.62-
YUV136.27174.7191.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.35%
GREEN value IS 75 (29.69% from 255) = 14.45%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=43.35%
G=14.45%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257521900.670.030.12302.471.4358.82
HexE14BDB0433C12e473b
Octal341113333010331445610773
Binary11100001100101111011011010000111111001001011101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14BDB; }

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

 H1.HeaderClassName
 {
   color: #E14BDB;
 }
 .AnyTagClassName
 {
   color: #E14BDB;
 }
</style>
background-color css

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

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

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

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

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

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