Html Css Color HEX #E14BDB Free Speech Magenta

📋 copy color: '#E14BDB'

red 225 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #E14BDB

Tints of Free Speech Magenta #E14BDB

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.2%

R = 43.35%
G = 14.45%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E14BDB (or 0xE14BDB) is known color: 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

RGB 225 75 219 -
CMYK 0 0.67 0.03 0.12
HSL 302.4º 0.71% 0.59% -
HSV(B) 302.4º 0.67% 0.88% -
XYZ 46.35 26.15 69.62 -
YUV 136.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 225 75 219 0 0.67 0.03 0.12 302.4 0.71 0.59
Hex E1 4B DB 0 43 3 C 12E 47 3B
Octal 341 113 333 0 103 3 14 456 107 73
Binary 11100001 1001011 11011011 0 1000011 11 1100 100101110 1000111 111011

Color Harmonies of #E14BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14BDB

Black with #E14BDB

Text Example


Text Example

White with #E14BDB

Text Example


Text Example

HTML Codes & Css Web 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>