#EB66D3

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

Shades of Free Speech Magenta #EB66D3

Tints of Free Speech Magenta #EB66D3

Color information

#EB66D3 (or 0xEB66D3) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 66 and D3. RGB value is (235,102,211). Sum of RGB (Red+Green+Blue) = 235+102+211=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB66D3 is #14992C. Grayscale: #999999. Windows color (decimal): -1349933 or 13854443. OLE color: 13854443.

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

Color convert

RGB235102211-
CMYK00.570.100.08
HSL310.83º76.88%66.08%-
HSV(B)310.83º56.6%92.16%-
XYZ50.7731.8765.1-
YUV154.19160.06185.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 102 (40.23% from 255) = 18.61%
BLUE value IS 211 (82.81% from 255) = 38.50%
R=42.88%
G=18.61%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510221100.570.100.08310.8376.8866.08
HexEB66D3039A81374d42
Octal3531463230711210467115102
Binary1110101111001101101001101110011010100010011011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB66D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB66D3; }

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

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

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

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

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

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

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

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