Html Css Color HEX #EA59ED Free Speech Magenta

📋 copy color: '#EA59ED'

red 234 ◦ green 89 ◦ blue 237

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

Shades of Free Speech Magenta #EA59ED

Tints of Free Speech Magenta #EA59ED

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.89%

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

R = 41.79%
G = 15.89%
B = 42.32%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA59ED (or 0xEA59ED) is known color: Free Speech Magenta. HEX triplet: EA, 59 and ED. RGB value is (234,89,237). Sum of RGB (Red+Green+Blue) = 234+89+237=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA59ED is #15A612. Grayscale: #949494. Windows color (decimal): -1418771 or 15555050. OLE color: 15555050.

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

Color convert

RGB 234 89 237 -
CMYK 0.01 0.62 0 0.07
HSL 298.78º 0.8% 0.64% -
HSV(B) 298.78º 0.62% 0.93% -
XYZ 52.79 30.75 83.27 -
YUV 149.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 234 89 237 0.01 0.62 0 0.07 298.78 0.8 0.64
Hex EA 59 ED 1 3E 0 7 12B 50 40
Octal 352 131 355 1 76 0 7 453 120 100
Binary 11101010 1011001 11101101 1 111110 0 111 100101011 1010000 1000000

Color Harmonies of #EA59ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA59ED

Black with #EA59ED

Text Example


Text Example

White with #EA59ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA59ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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