#EB5DEE

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

Shades of Free Speech Magenta #EB5DEE

Tints of Free Speech Magenta #EB5DEE

Color information

#EB5DEE (or 0xEB5DEE) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5D and EE. RGB value is (235,93,238). Sum of RGB (Red+Green+Blue) = 235+93+238=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #EB5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5DEE is #14A211. Grayscale: #979797. Windows color (decimal): -1352210 or 15621611. OLE color: 15621611.

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

Color convert

RGB23593238-
CMYK0.010.6100.07
HSL298.76º81.01%64.9%-
HSV(B)298.76º60.92%93.33%-
XYZ53.6131.6684.18-
YUV151.99176.54187.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 93 (36.72% from 255) = 16.43%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=41.52%
G=16.43%
B=42.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235932380.010.6100.07298.7681.0164.9
HexEB5DEE13D0712b5141
Octal35313535617507453121101
Binary111010111011101111011101111101011110010101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DEE; }

 p { color: rgb(235,93,238); }

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

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

 a { background-color: rgb(235,93,238); }

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

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

 span { border-color: rgb(235,93,238); }

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