#EA48EF

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

Shades of Free Speech Magenta #EA48EF

Tints of Free Speech Magenta #EA48EF

Color information

#EA48EF (or 0xEA48EF) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 48 and EF. RGB value is (234,72,239). Sum of RGB (Red+Green+Blue) = 234+72+239=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA48EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA48EF is #15B710. Grayscale: #8A8A8A. Windows color (decimal): -1423121 or 15681770. OLE color: 15681770.

HSL color Cylindrical-coordinate representation of color #EA48EF: hue angle of 298.2º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA48EF is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23472239-
CMYK0.020.7000.06
HSL298.2º83.92%60.98%-
HSV(B)298.2º69.87%93.73%-
XYZ51.8328.3684.4-
YUV139.48184.17195.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 72 (28.52% from 255) = 13.21%
BLUE value IS 239 (93.75% from 255) = 43.85%
R=42.94%
G=13.21%
B=43.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234722390.020.7000.06298.283.9260.98
HexEA48EF2460612a543d
Octal35211035721060645212475
Binary1110101010010001110111110100011001101001010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA48EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA48EF; }

 p { color: rgb(234,72,239); }

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

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

 a { background-color: rgb(234,72,239); }

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

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

 span { border-color: rgb(234,72,239); }

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