#EA4BF4

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

Shades of Free Speech Magenta #EA4BF4

Tints of Free Speech Magenta #EA4BF4

Color information

#EA4BF4 (or 0xEA4BF4) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4B and F4. RGB value is (234,75,244). Sum of RGB (Red+Green+Blue) = 234+75+244=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 75 (29.69% from 255 or 13.56% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA4BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA4BF4 is #15B40B. Grayscale: #8D8D8D. Windows color (decimal): -1422348 or 16010218. OLE color: 16010218.

HSL color Cylindrical-coordinate representation of color #EA4BF4: hue angle of 296.45º 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 #EA4BF4 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23475244-
CMYK0.040.6900.04
HSL296.45º88.48%62.55%-
HSV(B)296.45º69.26%95.69%-
XYZ52.7829.0688.41-
YUV141.81185.68193.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 75 (29.69% from 255) = 13.56%
BLUE value IS 244 (95.70% from 255) = 44.12%
R=42.31%
G=13.56%
B=44.12%

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
Decimal234752440.040.6900.04296.4588.4862.55
HexEA4BF444504128583f
Octal35211336441050445013077
Binary11101010100101111110100100100010101001001010001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4BF4; }

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

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

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

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

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

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

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

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