#EB6BDB

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

Shades of Free Speech Magenta #EB6BDB

Tints of Free Speech Magenta #EB6BDB

Color information

#EB6BDB (or 0xEB6BDB) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 6B and DB. RGB value is (235,107,219). Sum of RGB (Red+Green+Blue) = 235+107+219=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BDB is #149424. Grayscale: #9D9D9D. Windows color (decimal): -1348645 or 14380011. OLE color: 14380011.

HSL color Cylindrical-coordinate representation of color #EB6BDB: hue angle of 307.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6BDB is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235107219-
CMYK00.540.070.08
HSL307.5º76.19%67.06%-
HSV(B)307.5º54.47%92.16%-
XYZ52.333.2970.69-
YUV158.04162.41182.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 107 (42.19% from 255) = 19.07%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=41.89%
G=19.07%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510721900.540.070.08307.576.1967.06
HexEB6BDB036781344c43
Octal353153333066710464114103
Binary111010111101011110110110110110111100010011010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6BDB; }

 p { color: rgb(235,107,219); }

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

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

 a { background-color: rgb(235,107,219); }

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

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

 span { border-color: rgb(235,107,219); }

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