#E245D6

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

Shades of Free Speech Magenta #E245D6

Tints of Free Speech Magenta #E245D6

Color information

#E245D6 (or 0xE245D6) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 45 and D6. RGB value is (226,69,214). Sum of RGB (Red+Green+Blue) = 226+69+214=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E245D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245D6 is #1DBA29. Grayscale: #848484. Windows color (decimal): -1948202 or 14042594. OLE color: 14042594.

HSL color Cylindrical-coordinate representation of color #E245D6: hue angle of 304.59º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E245D6 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB22669214-
CMYK00.690.050.11
HSL304.59º73.02%57.84%-
HSV(B)304.59º69.47%88.63%-
XYZ45.6325.2866.09-
YUV132.47174.01194.71-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.40%
GREEN value IS 69 (27.34% from 255) = 13.56%
BLUE value IS 214 (83.98% from 255) = 42.04%
R=44.40%
G=13.56%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266921400.690.050.11304.5973.0257.84
HexE245D60455B131493a
Octal342105326010551346111172
Binary111000101000101110101100100010110110111001100011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E245D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E245D6; }

 p { color: rgb(226,69,214); }

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

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

 a { background-color: rgb(226,69,214); }

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

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

 span { border-color: rgb(226,69,214); }

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