#EB53CF

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

Shades of Free Speech Magenta #EB53CF

Tints of Free Speech Magenta #EB53CF

Color information

#EB53CF (or 0xEB53CF) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 53 and CF. RGB value is (235,83,207). Sum of RGB (Red+Green+Blue) = 235+83+207=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB53CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB53CF is #14AC30. Grayscale: #8E8E8E. Windows color (decimal): -1354801 or 13587435. OLE color: 13587435.

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

Color convert

RGB23583207-
CMYK00.650.120.08
HSL311.05º79.17%62.35%-
HSV(B)311.05º64.68%92.16%-
XYZ48.6228.3561.94-
YUV142.58164.36193.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.76%
GREEN value IS 83 (32.81% from 255) = 15.81%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=44.76%
G=15.81%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358320700.650.120.08311.0579.1762.35
HexEB53CF041C81374f3e
Octal3531233170101141046711776
Binary1110101110100111100111101000001110010001001101111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB53CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB53CF; }

 p { color: rgb(235,83,207); }

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

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

 a { background-color: rgb(235,83,207); }

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

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

 span { border-color: rgb(235,83,207); }

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