Html Css Color HEX #EA60ED Free Speech Magenta

📋 copy color: '#EA60ED'

red 234 ◦ green 96 ◦ blue 237

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

Shades of Free Speech Magenta #EA60ED

Tints of Free Speech Magenta #EA60ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.93%

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

R = 41.27%
G = 16.93%
B = 41.8%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EA60ED (or 0xEA60ED) is known color: Free Speech Magenta. HEX triplet: EA, 60 and ED. RGB value is (234,96,237). Sum of RGB (Red+Green+Blue) = 234+96+237=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 96 (37.89% from 255 or 16.93% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA60ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA60ED is #159F12. Grayscale: #989898. Windows color (decimal): -1416979 or 15556842. OLE color: 15556842.

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

Color convert

RGB 234 96 237 -
CMYK 0.01 0.59 0 0.07
HSL 298.72º 0.8% 0.65% -
HSV(B) 298.72º 0.59% 0.93% -
XYZ 53.4 31.97 83.48 -
YUV 153.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 234 96 237 0.01 0.59 0 0.07 298.72 0.8 0.65
Hex EA 60 ED 1 3B 0 7 12B 50 41
Octal 352 140 355 1 73 0 7 453 120 101
Binary 11101010 1100000 11101101 1 111011 0 111 100101011 1010000 1000001

Color Harmonies of #EA60ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA60ED

Black with #EA60ED

Text Example


Text Example

White with #EA60ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA60ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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