#EB64CC

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

Shades of Free Speech Magenta #EB64CC

Tints of Free Speech Magenta #EB64CC

Color information

#EB64CC (or 0xEB64CC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 64 and CC. RGB value is (235,100,204). Sum of RGB (Red+Green+Blue) = 235+100+204=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64CC is #149B33. Grayscale: #979797. Windows color (decimal): -1350452 or 13395179. OLE color: 13395179.

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

Color convert

RGB235100204-
CMYK00.570.130.08
HSL313.78º77.14%65.69%-
HSV(B)313.78º57.45%92.16%-
XYZ49.7231.1460.52-
YUV152.22157.23187.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 100 (39.45% from 255) = 18.55%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=43.60%
G=18.55%
B=37.85%

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
Decimal23510020400.570.130.08313.7877.1465.69
HexEB64CC039D813a4d42
Octal3531443140711510472115102
Binary1110101111001001100110001110011101100010011101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB64CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB64CC; }

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

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

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

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

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

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

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

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