#EB5BDD

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

Shades of Free Speech Magenta #EB5BDD

Tints of Free Speech Magenta #EB5BDD

Color information

#EB5BDD (or 0xEB5BDD) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5B and DD. RGB value is (235,91,221). Sum of RGB (Red+Green+Blue) = 235+91+221=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5BDD is #14A422. Grayscale: #949494. Windows color (decimal): -1352739 or 14506987. OLE color: 14506987.

HSL color Cylindrical-coordinate representation of color #EB5BDD: hue angle of 305.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB5BDD is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23591221-
CMYK00.610.060.08
HSL305.83º78.26%63.92%-
HSV(B)305.83º61.28%92.16%-
XYZ51.0530.3671.58-
YUV148.88168.71189.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 91 (35.94% from 255) = 16.64%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=42.96%
G=16.64%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359122100.610.060.08305.8378.2663.92
HexEB5BDD03D681324e40
Octal353133335075610462116100
Binary111010111011011110111010111101110100010011001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5BDD; }

 p { color: rgb(235,91,221); }

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

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

 a { background-color: rgb(235,91,221); }

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

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

 span { border-color: rgb(235,91,221); }

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