#EB5DC4

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

Shades of Free Speech Magenta #EB5DC4

Tints of Free Speech Magenta #EB5DC4

Color information

#EB5DC4 (or 0xEB5DC4) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5D and C4. RGB value is (235,93,196). Sum of RGB (Red+Green+Blue) = 235+93+196=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5DC4 is #14A23B. Grayscale: #929292. Windows color (decimal): -1352252 or 12869099. OLE color: 12869099.

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

Color convert

RGB23593196-
CMYK00.600.170.08
HSL316.48º78.02%64.31%-
HSV(B)316.48º60.43%92.16%-
XYZ48.1429.4855.38-
YUV147.2155.54190.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 93 (36.72% from 255) = 17.75%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=44.85%
G=17.75%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359319600.600.170.08316.4878.0264.31
HexEB5DC403C11813c4e40
Octal3531353040742110474116100
Binary11101011101110111000100011110010001100010011110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DC4; }

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

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

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

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

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

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

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

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