#EB4BF4

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

Shades of Free Speech Magenta #EB4BF4

Tints of Free Speech Magenta #EB4BF4

Color information

#EB4BF4 (or 0xEB4BF4) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 4B and F4. RGB value is (235,75,244). Sum of RGB (Red+Green+Blue) = 235+75+244=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 75 (29.69% from 255 or 13.54% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #EB4BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4BF4 is #14B40B. Grayscale: #8D8D8D. Windows color (decimal): -1356812 or 16010219. OLE color: 16010219.

HSL color Cylindrical-coordinate representation of color #EB4BF4: hue angle of 296.8º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4BF4 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23575244-
CMYK0.040.6900.04
HSL296.8º88.48%62.55%-
HSV(B)296.8º69.26%95.69%-
XYZ53.1129.2388.43-
YUV142.11185.51194.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 75 (29.69% from 255) = 13.54%
BLUE value IS 244 (95.70% from 255) = 44.04%
R=42.42%
G=13.54%
B=44.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235752440.040.6900.04296.888.4862.55
HexEB4BF444504129583f
Octal35311336441050445113077
Binary11101011100101111110100100100010101001001010011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4BF4; }

 p { color: rgb(235,75,244); }

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

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

 a { background-color: rgb(235,75,244); }

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

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

 span { border-color: rgb(235,75,244); }

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