Html Css Color HEX #EA51EF Free Speech Magenta

📋 copy color: '#EA51EF'

red 234 ◦ green 81 ◦ blue 239

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

Shades of Free Speech Magenta #EA51EF

Tints of Free Speech Magenta #EA51EF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.62%

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 42.24%
G = 14.62%
B = 43.14%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA51EF (or 0xEA51EF) is known color: Free Speech Magenta. HEX triplet: EA, 51 and EF. RGB value is (234,81,239). Sum of RGB (Red+Green+Blue) = 234+81+239=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 81 (32.03% from 255 or 14.62% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA51EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA51EF is #15AE10. Grayscale: #909090. Windows color (decimal): -1420817 or 15684074. OLE color: 15684074.

HSL color Cylindrical-coordinate representation of color #EA51EF: hue angle of 298.1º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA51EF is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 81 239 -
CMYK 0.02 0.66 0 0.06
HSL 298.1º 0.83% 0.63% -
HSV(B) 298.1º 0.66% 0.94% -
XYZ 52.45 29.61 84.61 -
YUV 144.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 234 81 239 0.02 0.66 0 0.06 298.1 0.83 0.63
Hex EA 51 EF 2 42 0 6 12A 53 3F
Octal 352 121 357 2 102 0 6 452 123 77
Binary 11101010 1010001 11101111 10 1000010 0 110 100101010 1010011 111111

Color Harmonies of #EA51EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA51EF

Black with #EA51EF

Text Example


Text Example

White with #EA51EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA51EF; }

 p { color: rgb(234,81,239); }

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

background-color css

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

 a { background-color: rgb(234,81,239); }

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

border-color css

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

 span { border-color: rgb(234,81,239); }

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