#ED64EB

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

Shades of Free Speech Magenta #ED64EB

Tints of Free Speech Magenta #ED64EB

Color information

#ED64EB (or 0xED64EB) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 64 and EB. RGB value is (237,100,235). Sum of RGB (Red+Green+Blue) = 237+100+235=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 100 (39.45% from 255 or 17.48% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64EB is #129B14. Grayscale: #9B9B9B. Windows color (decimal): -1219349 or 15426797. OLE color: 15426797.

HSL color Cylindrical-coordinate representation of color #ED64EB: hue angle of 300.88º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED64EB is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237100235-
CMYK00.580.010.07
HSL300.88º79.19%66.08%-
HSV(B)300.88º57.81%92.94%-
XYZ54.4833.1282.12-
YUV156.35172.39185.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 100 (39.45% from 255) = 17.48%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=41.43%
G=17.48%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710023500.580.010.07300.8879.1966.08
HexED64EB03A1712d4f42
Octal35514435307217455117102
Binary111011011100100111010110111010111110010110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED64EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED64EB; }

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

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

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

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

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

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

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

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