#EB6AD5

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

Shades of Free Speech Magenta #EB6AD5

Tints of Free Speech Magenta #EB6AD5

Color information

#EB6AD5 (or 0xEB6AD5) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 6A and D5. RGB value is (235,106,213). Sum of RGB (Red+Green+Blue) = 235+106+213=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6AD5 is #14952A. Grayscale: #9C9C9C. Windows color (decimal): -1348907 or 13986539. OLE color: 13986539.

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

Color convert

RGB235106213-
CMYK00.550.090.08
HSL310.23º76.33%66.86%-
HSV(B)310.23º54.89%92.16%-
XYZ51.4332.7766.57-
YUV156.77159.74183.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 106 (41.80% from 255) = 19.13%
BLUE value IS 213 (83.59% from 255) = 38.45%
R=42.42%
G=19.13%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510621300.550.090.08310.2376.3366.86
HexEB6AD5037981364c43
Octal3531523250671110466114103
Binary1110101111010101101010101101111001100010011011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6AD5; }

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

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

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

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

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

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

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

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