Html Css Color HEX #E63AF0 Free Speech Magenta

📋 copy color: '#E63AF0'

red 230 ◦ green 58 ◦ blue 240

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

Shades of Free Speech Magenta #E63AF0

Tints of Free Speech Magenta #E63AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 43.56%
G = 10.98%
B = 45.45%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E63AF0 (or 0xE63AF0) is known color: Free Speech Magenta. HEX triplet: E6, 3A and F0. RGB value is (230,58,240). Sum of RGB (Red+Green+Blue) = 230+58+240=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 58 (23.05% from 255 or 10.98% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #E63AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63AF0 is #19C50F. Grayscale: #818181. Windows color (decimal): -1688848 or 15743718. OLE color: 15743718.

HSL color Cylindrical-coordinate representation of color #E63AF0: hue angle of 296.7º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E63AF0 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 58 240 -
CMYK 0.04 0.76 0 0.06
HSL 296.7º 0.86% 0.58% -
HSV(B) 296.7º 0.76% 0.94% -
XYZ 49.87 26.14 84.86 -
YUV 130.18 189.98 199.2 -
System Red Green Blue C M Y K H S L
Decimal 230 58 240 0.04 0.76 0 0.06 296.7 0.86 0.58
Hex E6 3A F0 4 4C 0 6 129 56 3A
Octal 346 72 360 4 114 0 6 451 126 72
Binary 11100110 111010 11110000 100 1001100 0 110 100101001 1010110 111010

Color Harmonies of #E63AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63AF0

Black with #E63AF0

Text Example


Text Example

White with #E63AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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