#eb66d9

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

Shades of Free Speech Magenta #EB66D9

Tints of Free Speech Magenta #EB66D9

Color information

#EB66D9 (or 0xEB66D9) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 66 and D9. RGB value is (235,102,217). Sum of RGB (Red+Green+Blue) = 235+102+217=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB66D9 is #149926. Grayscale: #9A9A9A. Windows color (decimal): -1349927 or 14247659. OLE color: 14247659.

HSL color Cylindrical-coordinate representation of color #EB66D9: hue angle of 308.12º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB66D9 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235102217-
CMYK00.570.080.08
HSL308.12º76.88%66.08%-
HSV(B)308.12º56.6%92.16%-
XYZ51.5432.1769.14-
YUV154.88163.06185.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 102 (40.23% from 255) = 18.41%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=42.42%
G=18.41%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510221700.570.080.08308.1276.8866.08
HexEB66D9039881344d42
Octal3531463310711010464115102
Binary1110101111001101101100101110011000100010011010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb66d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb66d9; }

 p { color: rgb(235,102,217); }

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

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

 a { background-color: rgb(235,102,217); }

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

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

 span { border-color: rgb(235,102,217); }

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