#EA3CF9

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

Shades of Free Speech Magenta #EA3CF9

Tints of Free Speech Magenta #EA3CF9

Color information

#EA3CF9 (or 0xEA3CF9) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 3C and F9. RGB value is (234,60,249). Sum of RGB (Red+Green+Blue) = 234+60+249=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 60 (23.83% from 255 or 11.05% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA3CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA3CF9 is #15C306. Grayscale: #848484. Windows color (decimal): -1426183 or 16334058. OLE color: 16334058.

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

Color convert

RGB23460249-
CMYK0.060.7600.02
HSL295.24º94.03%60.59%-
HSV(B)295.24º75.9%97.65%-
XYZ52.6527.5692.17-
YUV133.57193.15199.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 60 (23.83% from 255) = 11.05%
BLUE value IS 249 (97.66% from 255) = 45.86%
R=43.09%
G=11.05%
B=45.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234602490.060.7600.02295.2494.0360.59
HexEA3CF964C021275e3d
Octal3527437161140244713675
Binary111010101111001111100111010011000101001001111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3CF9; }

 p { color: rgb(234,60,249); }

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

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

 a { background-color: rgb(234,60,249); }

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

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

 span { border-color: rgb(234,60,249); }

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