Html Css Color HEX #EA53E7 Free Speech Magenta

📋 copy color: '#EA53E7'

red 234 ◦ green 83 ◦ blue 231

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

Shades of Free Speech Magenta #EA53E7

Tints of Free Speech Magenta #EA53E7

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.15%

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

R = 42.7%
G = 15.15%
B = 42.15%

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

#EA53E7 (or 0xEA53E7) is known color: Free Speech Magenta. HEX triplet: EA, 53 and E7. RGB value is (234,83,231). Sum of RGB (Red+Green+Blue) = 234+83+231=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA53E7 is #15AC18. Grayscale: #909090. Windows color (decimal): -1420313 or 15160298. OLE color: 15160298.

HSL color Cylindrical-coordinate representation of color #EA53E7: hue angle of 301.19º 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 #EA53E7 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 83 231 -
CMYK 0 0.65 0.01 0.08
HSL 301.19º 0.78% 0.62% -
HSV(B) 301.19º 0.65% 0.92% -
XYZ 51.45 29.45 78.57 -
YUV 145.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 234 83 231 0 0.65 0.01 0.08 301.19 0.78 0.62
Hex EA 53 E7 0 41 1 8 12D 4E 3E
Octal 352 123 347 0 101 1 10 455 116 76
Binary 11101010 1010011 11100111 0 1000001 1 1000 100101101 1001110 111110

Color Harmonies of #EA53E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53E7

Black with #EA53E7

Text Example


Text Example

White with #EA53E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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