#EA40F7

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

Shades of Free Speech Magenta #EA40F7

Tints of Free Speech Magenta #EA40F7

Color information

#EA40F7 (or 0xEA40F7) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 40 and F7. RGB value is (234,64,247). Sum of RGB (Red+Green+Blue) = 234+64+247=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA40F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA40F7 is #15BF08. Grayscale: #878787. Windows color (decimal): -1425161 or 16204010. OLE color: 16204010.

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

Color convert

RGB23464247-
CMYK0.050.7400.03
HSL295.74º91.96%60.98%-
HSV(B)295.74º74.09%96.86%-
XYZ52.5527.8790.61-
YUV135.69190.82198.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 64 (25.39% from 255) = 11.74%
BLUE value IS 247 (96.88% from 255) = 45.32%
R=42.94%
G=11.74%
B=45.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234642470.050.7400.03295.7491.9660.98
HexEA40F754A031285c3d
Octal35210036751120345013475
Binary1110101010000001111011110110010100111001010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA40F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA40F7; }

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

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

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

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

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

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

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

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