Html Css Color HEX #E14DB9 Free Speech Magenta

📋 copy color: '#E14DB9'

red 225 ◦ green 77 ◦ blue 185

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

Shades of Free Speech Magenta #E14DB9

Tints of Free Speech Magenta #E14DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 46.2%
G = 15.81%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E14DB9 (or 0xE14DB9) is known color: Free Speech Magenta. HEX triplet: E1, 4D and B9. RGB value is (225,77,185). Sum of RGB (Red+Green+Blue) = 225+77+185=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DB9 is #1EB246. Grayscale: #858585. Windows color (decimal): -2011719 or 12144097. OLE color: 12144097.

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

Color convert

RGB 225 77 185 -
CMYK 0 0.66 0.18 0.12
HSL 316.22º 0.71% 0.59% -
HSV(B) 316.22º 0.66% 0.88% -
XYZ 42.46 24.82 48.45 -
YUV 133.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 225 77 185 0 0.66 0.18 0.12 316.22 0.71 0.59
Hex E1 4D B9 0 42 12 C 13C 47 3B
Octal 341 115 271 0 102 22 14 474 107 73
Binary 11100001 1001101 10111001 0 1000010 10010 1100 100111100 1000111 111011

Color Harmonies of #E14DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14DB9

Black with #E14DB9

Text Example


Text Example

White with #E14DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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