#E05BC4

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

Shades of Free Speech Magenta #E05BC4

Tints of Free Speech Magenta #E05BC4

Color information

#E05BC4 (or 0xE05BC4) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5B and C4. RGB value is (224,91,196). Sum of RGB (Red+Green+Blue) = 224+91+196=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BC4 is #1FA43B. Grayscale: #8E8E8E. Windows color (decimal): -2073660 or 12868576. OLE color: 12868576.

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

Color convert

RGB22491196-
CMYK00.590.120.12
HSL312.63º68.21%61.76%-
HSV(B)312.63º59.38%87.84%-
XYZ44.4527.3155.15-
YUV142.74158.06185.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 91 (35.94% from 255) = 17.81%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=43.84%
G=17.81%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249119600.590.120.12312.6368.2161.76
HexE05BC403BCC139443e
Octal340133304073141447110476
Binary111000001011011110001000111011110011001001110011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05BC4; }

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

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

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

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

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

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

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

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