#EA38ED

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

Shades of Free Speech Magenta #EA38ED

Tints of Free Speech Magenta #EA38ED

Color information

#EA38ED (or 0xEA38ED) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 38 and ED. RGB value is (234,56,237). Sum of RGB (Red+Green+Blue) = 234+56+237=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 56 (22.27% from 255 or 10.63% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA38ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA38ED is #15C712. Grayscale: #818181. Windows color (decimal): -1427219 or 15546602. OLE color: 15546602.

HSL color Cylindrical-coordinate representation of color #EA38ED: hue angle of 299.01º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA38ED is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23456237-
CMYK0.010.7600.07
HSL299.01º83.41%57.45%-
HSV(B)299.01º76.37%92.94%-
XYZ50.6326.4482.55-
YUV129.86188.47202.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.40%
GREEN value IS 56 (22.27% from 255) = 10.63%
BLUE value IS 237 (92.97% from 255) = 44.97%
R=44.40%
G=10.63%
B=44.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234562370.010.7600.07299.0183.4157.45
HexEA38ED14C0712b5339
Octal3527035511140745312371
Binary11101010111000111011011100110001111001010111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA38ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA38ED; }

 p { color: rgb(234,56,237); }

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

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

 a { background-color: rgb(234,56,237); }

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

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

 span { border-color: rgb(234,56,237); }

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