#EB44E4

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

Shades of Free Speech Magenta #EB44E4

Tints of Free Speech Magenta #EB44E4

Color information

#EB44E4 (or 0xEB44E4) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 44 and E4. RGB value is (235,68,228). Sum of RGB (Red+Green+Blue) = 235+68+228=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 68 (26.95% from 255 or 12.81% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB44E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB44E4 is #14BB1B. Grayscale: #878787. Windows color (decimal): -1358620 or 14959851. OLE color: 14959851.

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

Color convert

RGB23568228-
CMYK00.710.030.08
HSL302.51º80.68%59.41%-
HSV(B)302.51º71.06%92.16%-
XYZ50.3327.476.03-
YUV136.17179.83198.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 68 (26.95% from 255) = 12.81%
BLUE value IS 228 (89.45% from 255) = 42.94%
R=44.26%
G=12.81%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356822800.710.030.08302.5180.6859.41
HexEB44E40473812f513b
Octal353104344010731045712173
Binary11101011100010011100100010001111110001001011111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB44E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB44E4; }

 p { color: rgb(235,68,228); }

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

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

 a { background-color: rgb(235,68,228); }

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

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

 span { border-color: rgb(235,68,228); }

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