#EA37F7

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

Shades of Free Speech Magenta #EA37F7

Tints of Free Speech Magenta #EA37F7

Color information

#EA37F7 (or 0xEA37F7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 37 and F7. RGB value is (234,55,247). Sum of RGB (Red+Green+Blue) = 234+55+247=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 55 (21.88% from 255 or 10.26% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA37F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA37F7 is #15C808. Grayscale: #818181. Windows color (decimal): -1427465 or 16201706. OLE color: 16201706.

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

Color convert

RGB23455247-
CMYK0.050.7800.03
HSL295.94º92.31%59.22%-
HSV(B)295.94º77.73%96.86%-
XYZ52.0926.9490.45-
YUV130.41193.8201.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.66%
GREEN value IS 55 (21.88% from 255) = 10.26%
BLUE value IS 247 (96.88% from 255) = 46.08%
R=43.66%
G=10.26%
B=46.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234552470.050.7800.03295.9492.3159.22
HexEA37F754E031285c3b
Octal3526736751160345013473
Binary111010101101111111011110110011100111001010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA37F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA37F7; }

 p { color: rgb(234,55,247); }

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

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

 a { background-color: rgb(234,55,247); }

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

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

 span { border-color: rgb(234,55,247); }

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