#EB3EDD

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

Shades of Free Speech Magenta #EB3EDD

Tints of Free Speech Magenta #EB3EDD

Color information

#EB3EDD (or 0xEB3EDD) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 3E and DD. RGB value is (235,62,221). Sum of RGB (Red+Green+Blue) = 235+62+221=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 62 (24.61% from 255 or 11.97% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB3EDD is #14C122. Grayscale: #838383. Windows color (decimal): -1360163 or 14499563. OLE color: 14499563.

HSL color Cylindrical-coordinate representation of color #EB3EDD: hue angle of 304.86º 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 #EB3EDD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB23562221-
CMYK00.740.060.08
HSL304.86º81.22%58.24%-
HSV(B)304.86º73.62%92.16%-
XYZ49.0326.3370.9-
YUV131.85178.31201.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 62 (24.61% from 255) = 11.97%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=45.37%
G=11.97%
B=42.66%

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
Decimal2356222100.740.060.08304.8681.2258.24
HexEB3EDD04A68131513a
Octal35376335011261046112172
Binary11101011111110110111010100101011010001001100011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3EDD; }

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

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

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

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

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

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

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

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