Html Css Color HEX #E14DDB Free Speech Magenta

📋 copy color: '#E14DDB'

red 225 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #E14DDB

Tints of Free Speech Magenta #E14DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.78%

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

R = 43.19%
G = 14.78%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E14DDB (or 0xE14DDB) is known color: Free Speech Magenta. HEX triplet: E1, 4D and DB. RGB value is (225,77,219). Sum of RGB (Red+Green+Blue) = 225+77+219=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DDB is #1EB224. Grayscale: #898989. Windows color (decimal): -2011685 or 14372321. OLE color: 14372321.

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

Color convert

RGB 225 77 219 -
CMYK 0 0.66 0.03 0.12
HSL 302.43º 0.71% 0.59% -
HSV(B) 302.43º 0.66% 0.88% -
XYZ 46.49 26.43 69.67 -
YUV 137.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 225 77 219 0 0.66 0.03 0.12 302.43 0.71 0.59
Hex E1 4D DB 0 42 3 C 12E 47 3B
Octal 341 115 333 0 102 3 14 456 107 73
Binary 11100001 1001101 11011011 0 1000010 11 1100 100101110 1000111 111011

Color Harmonies of #E14DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DDB

Black with #E14DDB

Text Example


Text Example

White with #E14DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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