#EB52E6

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

Shades of Free Speech Magenta #EB52E6

Tints of Free Speech Magenta #EB52E6

Color information

#EB52E6 (or 0xEB52E6) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 52 and E6. RGB value is (235,82,230). Sum of RGB (Red+Green+Blue) = 235+82+230=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 82 (32.42% from 255 or 14.99% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB52E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB52E6 is #14AD19. Grayscale: #909090. Windows color (decimal): -1355034 or 15094507. OLE color: 15094507.

HSL color Cylindrical-coordinate representation of color #EB52E6: hue angle of 301.96º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB52E6 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB23582230-
CMYK00.650.020.08
HSL301.96º79.27%62.16%-
HSV(B)301.96º65.11%92.16%-
XYZ51.5629.4177.82-
YUV144.62176.19192.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 82 (32.42% from 255) = 14.99%
BLUE value IS 230 (90.23% from 255) = 42.05%
R=42.96%
G=14.99%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358223000.650.020.08301.9679.2762.16
HexEB52E60412812e4f3e
Octal353122346010121045611776
Binary11101011101001011100110010000011010001001011101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB52E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB52E6; }

 p { color: rgb(235,82,230); }

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

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

 a { background-color: rgb(235,82,230); }

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

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

 span { border-color: rgb(235,82,230); }

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