Html Css Color HEX #EA53E6 Free Speech Magenta

📋 copy color: '#EA53E6'

red 234 ◦ green 83 ◦ blue 230

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

Shades of Free Speech Magenta #EA53E6

Tints of Free Speech Magenta #EA53E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 42.78%
G = 15.17%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EA53E6 (or 0xEA53E6) is known color: Free Speech Magenta. HEX triplet: EA, 53 and E6. RGB value is (234,83,230). Sum of RGB (Red+Green+Blue) = 234+83+230=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 83 (32.81% from 255 or 15.17% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA53E6 is #15AC19. Grayscale: #909090. Windows color (decimal): -1420314 or 15094762. OLE color: 15094762.

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

Color convert

RGB 234 83 230 -
CMYK 0 0.65 0.02 0.08
HSL 301.59º 0.78% 0.62% -
HSV(B) 301.59º 0.65% 0.92% -
XYZ 51.31 29.39 77.83 -
YUV 144.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 234 83 230 0 0.65 0.02 0.08 301.59 0.78 0.62
Hex EA 53 E6 0 41 2 8 12E 4E 3E
Octal 352 123 346 0 101 2 10 456 116 76
Binary 11101010 1010011 11100110 0 1000001 10 1000 100101110 1001110 111110

Color Harmonies of #EA53E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53E6

Black with #EA53E6

Text Example


Text Example

White with #EA53E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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