Html Css Color HEX #EA51E7 Free Speech Magenta

📋 copy color: '#EA51E7'

red 234 ◦ green 81 ◦ blue 231

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

Shades of Free Speech Magenta #EA51E7

Tints of Free Speech Magenta #EA51E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.31%

R = 42.86%
G = 14.84%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EA51E7 (or 0xEA51E7) is known color: Free Speech Magenta. HEX triplet: EA, 51 and E7. RGB value is (234,81,231). Sum of RGB (Red+Green+Blue) = 234+81+231=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA51E7 is #15AE18. Grayscale: #8F8F8F. Windows color (decimal): -1420825 or 15159786. OLE color: 15159786.

HSL color Cylindrical-coordinate representation of color #EA51E7: hue angle of 301.18º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA51E7 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 81 231 -
CMYK 0 0.65 0.01 0.08
HSL 301.18º 0.78% 0.62% -
HSV(B) 301.18º 0.65% 0.92% -
XYZ 51.3 29.15 78.52 -
YUV 143.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 234 81 231 0 0.65 0.01 0.08 301.18 0.78 0.62
Hex EA 51 E7 0 41 1 8 12D 4E 3E
Octal 352 121 347 0 101 1 10 455 116 76
Binary 11101010 1010001 11100111 0 1000001 1 1000 100101101 1001110 111110

Color Harmonies of #EA51E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA51E7

Black with #EA51E7

Text Example


Text Example

White with #EA51E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA51E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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