#E05BD1

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

Shades of Free Speech Magenta #E05BD1

Tints of Free Speech Magenta #E05BD1

Color information

#E05BD1 (or 0xE05BD1) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5B and D1. RGB value is (224,91,209). Sum of RGB (Red+Green+Blue) = 224+91+209=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BD1 is #1FA42E. Grayscale: #8F8F8F. Windows color (decimal): -2073647 or 13720544. OLE color: 13720544.

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

Color convert

RGB22491209-
CMYK00.590.070.12
HSL306.77º68.21%61.76%-
HSV(B)306.77º59.38%87.84%-
XYZ45.9927.9363.29-
YUV144.22164.56184.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.75%
GREEN value IS 91 (35.94% from 255) = 17.37%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=42.75%
G=17.37%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249120900.590.070.12306.7768.2161.76
HexE05BD103B7C133443e
Octal34013332107371446310476
Binary11100000101101111010001011101111111001001100111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05BD1; }

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

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

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

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

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

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

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

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