#EB66D2

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

Shades of Free Speech Magenta #EB66D2

Tints of Free Speech Magenta #EB66D2

Color information

#EB66D2 (or 0xEB66D2) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 66 and D2. RGB value is (235,102,210). Sum of RGB (Red+Green+Blue) = 235+102+210=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB66D2 is #14992D. Grayscale: #999999. Windows color (decimal): -1349934 or 13788907. OLE color: 13788907.

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

Color convert

RGB235102210-
CMYK00.570.110.08
HSL311.28º76.88%66.08%-
HSV(B)311.28º56.6%92.16%-
XYZ50.6531.8264.44-
YUV154.08159.56185.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 210 (82.42% from 255) = 38.39%
R=42.96%
G=18.65%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510221000.570.110.08311.2876.8866.08
HexEB66D2039B81374d42
Octal3531463220711310467115102
Binary1110101111001101101001001110011011100010011011110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB66D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB66D2; }

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

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

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

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

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

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

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

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