#e05bd5

Color #E05BD5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E05BD5

Tints of Free Speech Magenta #E05BD5

Color information

#E05BD5 (or 0xE05BD5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5B and D5. RGB value is (224,91,213). Sum of RGB (Red+Green+Blue) = 224+91+213=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BD5 is #1FA42A. Grayscale: #909090. Windows color (decimal): -2073643 or 13982688. OLE color: 13982688.

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

Color convert

RGB22491213-
CMYK00.590.050.12
HSL304.96º68.21%61.76%-
HSV(B)304.96º59.38%87.84%-
XYZ46.4928.1365.93-
YUV144.68166.56184.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.42%
GREEN value IS 91 (35.94% from 255) = 17.23%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=42.42%
G=17.23%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249121300.590.050.12304.9668.2161.76
HexE05BD503B5C131443e
Octal34013332507351446110476
Binary11100000101101111010101011101110111001001100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05bd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05bd5; }

 p { color: rgb(224,91,213); }

 H1.HeaderClassName
 {
   color: #e05bd5;
 }
 .AnyTagClassName
 {
   color: #e05bd5;
 }
</style>
background-color css

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

 a { background-color: rgb(224,91,213); }

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

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

 span { border-color: rgb(224,91,213); }

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