#E145D4

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

Shades of Free Speech Magenta #E145D4

Tints of Free Speech Magenta #E145D4

Color information

#E145D4 (or 0xE145D4) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 45 and D4. RGB value is (225,69,212). Sum of RGB (Red+Green+Blue) = 225+69+212=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E145D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E145D4 is #1EBA2B. Grayscale: #838383. Windows color (decimal): -2013740 or 13911521. OLE color: 13911521.

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

Color convert

RGB22569212-
CMYK00.690.060.12
HSL305º72.22%57.65%-
HSV(B)305º69.33%88.24%-
XYZ45.0625.0264.74-
YUV131.95173.18194.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.47%
GREEN value IS 69 (27.34% from 255) = 13.64%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=44.47%
G=13.64%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256921200.690.060.1230572.2257.65
HexE145D40456C131483a
Octal341105324010561446111072
Binary111000011000101110101000100010111011001001100011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E145D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E145D4; }

 p { color: rgb(225,69,212); }

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

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

 a { background-color: rgb(225,69,212); }

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

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

 span { border-color: rgb(225,69,212); }

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