#E045CA

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

Shades of Free Speech Magenta #E045CA

Tints of Free Speech Magenta #E045CA

Color information

#E045CA (or 0xE045CA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 45 and CA. RGB value is (224,69,202). Sum of RGB (Red+Green+Blue) = 224+69+202=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E045CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E045CA is #1FBA35. Grayscale: #828282. Windows color (decimal): -2079286 or 13256160. OLE color: 13256160.

HSL color Cylindrical-coordinate representation of color #E045CA: hue angle of 308.52º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E045CA is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB22469202-
CMYK00.690.100.12
HSL308.52º71.43%57.45%-
HSV(B)308.52º69.2%87.84%-
XYZ43.5324.3758.29-
YUV130.51168.35194.69-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 69 (27.34% from 255) = 13.94%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=45.25%
G=13.94%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246920200.690.100.12308.5271.4357.45
HexE045CA045AC1354739
Octal3401053120105121446510771
Binary1110000010001011100101001000101101011001001101011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E045CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E045CA; }

 p { color: rgb(224,69,202); }

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

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

 a { background-color: rgb(224,69,202); }

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

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

 span { border-color: rgb(224,69,202); }

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