Html Css Color HEX #E63AEA Free Speech Magenta

📋 copy color: '#E63AEA'

red 230 ◦ green 58 ◦ blue 234

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

Shades of Free Speech Magenta #E63AEA

Tints of Free Speech Magenta #E63AEA

RGB

 RED value IS 230 (90.23% from 255) = 44.06%

 GREEN value IS 58 (23.05% from 255) = 11.11%

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 44.06%
G = 11.11%
B = 44.83%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E63AEA (or 0xE63AEA) is known color: Free Speech Magenta. HEX triplet: E6, 3A and EA. RGB value is (230,58,234). Sum of RGB (Red+Green+Blue) = 230+58+234=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #E63AEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63AEA is #19C515. Grayscale: #808080. Windows color (decimal): -1688854 or 15350502. OLE color: 15350502.

HSL color Cylindrical-coordinate representation of color #E63AEA: hue angle of 298.64º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63AEA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 230 58 234 -
CMYK 0.02 0.75 0 0.08
HSL 298.64º 0.81% 0.57% -
HSV(B) 298.64º 0.75% 0.92% -
XYZ 49 25.79 80.24 -
YUV 129.49 186.98 199.69 -
System Red Green Blue C M Y K H S L
Decimal 230 58 234 0.02 0.75 0 0.08 298.64 0.81 0.57
Hex E6 3A EA 2 4B 0 8 12B 51 39
Octal 346 72 352 2 113 0 10 453 121 71
Binary 11100110 111010 11101010 10 1001011 0 1000 100101011 1010001 111001

Color Harmonies of #E63AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63AEA

Black with #E63AEA

Text Example


Text Example

White with #E63AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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