#EB6AD2

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

Shades of Free Speech Magenta #EB6AD2

Tints of Free Speech Magenta #EB6AD2

Color information

#EB6AD2 (or 0xEB6AD2) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 6A and D2. RGB value is (235,106,210). Sum of RGB (Red+Green+Blue) = 235+106+210=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6AD2 is #14952D. Grayscale: #9C9C9C. Windows color (decimal): -1348910 or 13789931. OLE color: 13789931.

HSL color Cylindrical-coordinate representation of color #EB6AD2: hue angle of 311.63º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6AD2 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235106210-
CMYK00.550.110.08
HSL311.63º76.33%66.86%-
HSV(B)311.63º54.89%92.16%-
XYZ51.0532.6264.58-
YUV156.43158.24184.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 210 (82.42% from 255) = 38.11%
R=42.65%
G=19.24%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510621000.550.110.08311.6376.3366.86
HexEB6AD2037B81384c43
Octal3531523220671310470114103
Binary1110101111010101101001001101111011100010011100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6AD2; }

 p { color: rgb(235,106,210); }

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

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

 a { background-color: rgb(235,106,210); }

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

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

 span { border-color: rgb(235,106,210); }

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