#EB3DDD

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

Shades of Free Speech Magenta #EB3DDD

Tints of Free Speech Magenta #EB3DDD

Color information

#EB3DDD (or 0xEB3DDD) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 3D and DD. RGB value is (235,61,221). Sum of RGB (Red+Green+Blue) = 235+61+221=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3DDD is #14C222. Grayscale: #828282. Windows color (decimal): -1360419 or 14499307. OLE color: 14499307.

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

Color convert

RGB23561221-
CMYK00.740.060.08
HSL304.83º81.31%58.04%-
HSV(B)304.83º74.04%92.16%-
XYZ48.9826.2270.89-
YUV131.27178.65201.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 61 (24.22% from 255) = 11.80%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=45.45%
G=11.80%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356122100.740.060.08304.8381.3158.04
HexEB3DDD04A68131513a
Octal35375335011261046112172
Binary11101011111101110111010100101011010001001100011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3DDD; }

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

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

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

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

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

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

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

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