#E452C8

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

Shades of Free Speech Magenta #E452C8

Tints of Free Speech Magenta #E452C8

Color information

#E452C8 (or 0xE452C8) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 52 and C8. RGB value is (228,82,200). Sum of RGB (Red+Green+Blue) = 228+82+200=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E452C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E452C8 is #1BAD37. Grayscale: #8A8A8A. Windows color (decimal): -1813816 or 13128420. OLE color: 13128420.

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

Color convert

RGB22882200-
CMYK00.640.120.11
HSL311.51º73%60.78%-
HSV(B)311.51º64.04%89.41%-
XYZ45.4426.757.4-
YUV139.11162.37191.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.71%
GREEN value IS 82 (32.42% from 255) = 16.08%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=44.71%
G=16.08%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288220000.640.120.11311.517360.78
HexE452C8040CB138493d
Octal3441223100100141347011175
Binary1110010010100101100100001000000110010111001110001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E452C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E452C8; }

 p { color: rgb(228,82,200); }

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

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

 a { background-color: rgb(228,82,200); }

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

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

 span { border-color: rgb(228,82,200); }

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