#EB66CC

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

Shades of Free Speech Magenta #EB66CC

Tints of Free Speech Magenta #EB66CC

Color information

#EB66CC (or 0xEB66CC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 66 and CC. RGB value is (235,102,204). Sum of RGB (Red+Green+Blue) = 235+102+204=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB66CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB66CC is #149933. Grayscale: #999999. Windows color (decimal): -1349940 or 13395691. OLE color: 13395691.

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

Color convert

RGB235102204-
CMYK00.570.130.08
HSL313.98º76.88%66.08%-
HSV(B)313.98º56.6%92.16%-
XYZ49.9131.5260.58-
YUV153.4156.56186.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 102 (40.23% from 255) = 18.85%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=43.44%
G=18.85%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510220400.570.130.08313.9876.8866.08
HexEB66CC039D813a4d42
Octal3531463140711510472115102
Binary1110101111001101100110001110011101100010011101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB66CC; }

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

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

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

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

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

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

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

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