#EB64CD

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

Shades of Free Speech Magenta #EB64CD

Tints of Free Speech Magenta #EB64CD

Color information

#EB64CD (or 0xEB64CD) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 64 and CD. RGB value is (235,100,205). Sum of RGB (Red+Green+Blue) = 235+100+205=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64CD is #149B32. Grayscale: #989898. Windows color (decimal): -1350451 or 13460715. OLE color: 13460715.

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

Color convert

RGB235100205-
CMYK00.570.130.08
HSL313.33º77.14%65.69%-
HSV(B)313.33º57.45%92.16%-
XYZ49.8431.1861.15-
YUV152.34157.73186.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 100 (39.45% from 255) = 18.52%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=43.52%
G=18.52%
B=37.96%

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
Decimal23510020500.570.130.08313.3377.1465.69
HexEB64CD039D81394d42
Octal3531443150711510471115102
Binary1110101111001001100110101110011101100010011100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB64CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB64CD; }

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

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

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

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

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

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

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

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