Html Css Color HEX #EA57ED Free Speech Magenta

📋 copy color: '#EA57ED'

red 234 ◦ green 87 ◦ blue 237

#EA57ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EA57ED

Tints of Free Speech Magenta #EA57ED

RGB

 RED value IS 234 (91.8% from 255) = 41.94%

 GREEN value IS 87 (34.38% from 255) = 15.59%

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 41.94%
G = 15.59%
B = 42.47%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA57ED (or 0xEA57ED) is known color: Free Speech Magenta. HEX triplet: EA, 57 and ED. RGB value is (234,87,237). Sum of RGB (Red+Green+Blue) = 234+87+237=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 87 (34.38% from 255 or 15.59% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA57ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA57ED is #15A812. Grayscale: #939393. Windows color (decimal): -1419283 or 15554538. OLE color: 15554538.

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

Color convert

RGB 234 87 237 -
CMYK 0.01 0.63 0 0.07
HSL 298.8º 0.81% 0.64% -
HSV(B) 298.8º 0.63% 0.93% -
XYZ 52.63 30.42 83.22 -
YUV 148.05 178.2 189.3 -
System Red Green Blue C M Y K H S L
Decimal 234 87 237 0.01 0.63 0 0.07 298.8 0.81 0.64
Hex EA 57 ED 1 3F 0 7 12B 51 40
Octal 352 127 355 1 77 0 7 453 121 100
Binary 11101010 1010111 11101101 1 111111 0 111 100101011 1010001 1000000

Color Harmonies of #EA57ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA57ED

Black with #EA57ED

Text Example


Text Example

White with #EA57ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA57ED; }

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

 H1.HeaderClassName
 {
   color: #EA57ED;
 }
 .AnyTagClassName
 {
   color: #EA57ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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