Html Css Color HEX #E05DD9 Free Speech Magenta

📋 copy color: '#E05DD9'

red 224 ◦ green 93 ◦ blue 217

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

Shades of Free Speech Magenta #E05DD9

Tints of Free Speech Magenta #E05DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 41.95%
G = 17.42%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E05DD9 (or 0xE05DD9) is known color: Free Speech Magenta. HEX triplet: E0, 5D and D9. RGB value is (224,93,217). Sum of RGB (Red+Green+Blue) = 224+93+217=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DD9 is #1FA226. Grayscale: #919191. Windows color (decimal): -2073127 or 14245344. OLE color: 14245344.

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

Color convert

RGB 224 93 217 -
CMYK 0 0.58 0.03 0.12
HSL 303.21º 0.68% 0.62% -
HSV(B) 303.21º 0.58% 0.88% -
XYZ 47.18 28.69 68.7 -
YUV 146.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 224 93 217 0 0.58 0.03 0.12 303.21 0.68 0.62
Hex E0 5D D9 0 3A 3 C 12F 44 3E
Octal 340 135 331 0 72 3 14 457 104 76
Binary 11100000 1011101 11011001 0 111010 11 1100 100101111 1000100 111110

Color Harmonies of #E05DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DD9

Black with #E05DD9

Text Example


Text Example

White with #E05DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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