Html Css Color HEX #E05DB9 Free Speech Magenta

📋 copy color: '#E05DB9'

red 224 ◦ green 93 ◦ blue 185

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

Shades of Free Speech Magenta #E05DB9

Tints of Free Speech Magenta #E05DB9

RGB

 RED value IS 224 (87.89% from 255) = 44.62%

 GREEN value IS 93 (36.72% from 255) = 18.53%

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

R = 44.62%
G = 18.53%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E05DB9 (or 0xE05DB9) is known color: Free Speech Magenta. HEX triplet: E0, 5D and B9. RGB value is (224,93,185). Sum of RGB (Red+Green+Blue) = 224+93+185=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DB9 is #1FA246. Grayscale: #8E8E8E. Windows color (decimal): -2073159 or 12148192. OLE color: 12148192.

HSL color Cylindrical-coordinate representation of color #E05DB9: hue angle of 317.86º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05DB9 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 93 185 -
CMYK 0 0.58 0.17 0.12
HSL 317.86º 0.68% 0.62% -
HSV(B) 317.86º 0.58% 0.88% -
XYZ 43.41 27.18 48.86 -
YUV 142.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 224 93 185 0 0.58 0.17 0.12 317.86 0.68 0.62
Hex E0 5D B9 0 3A 11 C 13E 44 3E
Octal 340 135 271 0 72 21 14 476 104 76
Binary 11100000 1011101 10111001 0 111010 10001 1100 100111110 1000100 111110

Color Harmonies of #E05DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DB9

Black with #E05DB9

Text Example


Text Example

White with #E05DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DB9; }

 p { color: rgb(224,93,185); }

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

background-color css

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

 a { background-color: rgb(224,93,185); }

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

border-color css

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

 span { border-color: rgb(224,93,185); }

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