#ea42eb

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

Shades of Free Speech Magenta #EA42EB

Tints of Free Speech Magenta #EA42EB

Color information

#EA42EB (or 0xEA42EB) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 42 and EB. RGB value is (234,66,235). Sum of RGB (Red+Green+Blue) = 234+66+235=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 66 (26.17% from 255 or 12.34% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #EA42EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA42EB is #15BD14. Grayscale: #868686. Windows color (decimal): -1424661 or 15418090. OLE color: 15418090.

HSL color Cylindrical-coordinate representation of color #EA42EB: hue angle of 299.64º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42EB is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23466235-
CMYK0.000.7200.08
HSL299.64º80.86%59.02%-
HSV(B)299.64º71.91%92.16%-
XYZ50.8827.3981.2-
YUV135.5184.16198.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.74%
GREEN value IS 66 (26.17% from 255) = 12.34%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=43.74%
G=12.34%
B=43.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234662350.000.7200.08299.6480.8659.02
HexEA42EB0480812c513b
Octal352102353011001045412173
Binary1110101010000101110101101001000010001001011001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea42eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea42eb; }

 p { color: rgb(234,66,235); }

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

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

 a { background-color: rgb(234,66,235); }

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

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

 span { border-color: rgb(234,66,235); }

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