#E245C7

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

Shades of Free Speech Magenta #E245C7

Tints of Free Speech Magenta #E245C7

Color information

#E245C7 (or 0xE245C7) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 45 and C7. RGB value is (226,69,199). Sum of RGB (Red+Green+Blue) = 226+69+199=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E245C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245C7 is #1DBA38. Grayscale: #828282. Windows color (decimal): -1948217 or 13059554. OLE color: 13059554.

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

Color convert

RGB22669199-
CMYK00.690.120.11
HSL310.32º73.02%57.84%-
HSV(B)310.32º69.47%88.63%-
XYZ43.824.5556.46-
YUV130.76166.51195.93-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.75%
GREEN value IS 69 (27.34% from 255) = 13.97%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=45.75%
G=13.97%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266919900.690.120.11310.3273.0257.84
HexE245C7045CB136493a
Octal3421053070105141346611172
Binary1110001010001011100011101000101110010111001101101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E245C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E245C7; }

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

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

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

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

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

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

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

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