Html Css Color HEX #E63EFA Free Speech Magenta

📋 copy color: '#E63EFA'

red 230 ◦ green 62 ◦ blue 250

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

Shades of Free Speech Magenta #E63EFA

Tints of Free Speech Magenta #E63EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.44%

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 42.44%
G = 11.44%
B = 46.13%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E63EFA (or 0xE63EFA) is known color: Free Speech Magenta. HEX triplet: E6, 3E and FA. RGB value is (230,62,250). Sum of RGB (Red+Green+Blue) = 230+62+250=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 62 (24.61% from 255 or 11.44% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #E63EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63EFA is #19C105. Grayscale: #858585. Windows color (decimal): -1687814 or 16400102. OLE color: 16400102.

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

Color convert

RGB 230 62 250 -
CMYK 0.08 0.75 0 0.02
HSL 293.62º 0.95% 0.61% -
HSV(B) 293.62º 0.75% 0.98% -
XYZ 51.61 27.17 92.97 -
YUV 133.66 193.66 196.71 -
System Red Green Blue C M Y K H S L
Decimal 230 62 250 0.08 0.75 0 0.02 293.62 0.95 0.61
Hex E6 3E FA 8 4B 0 2 126 5F 3D
Octal 346 76 372 10 113 0 2 446 137 75
Binary 11100110 111110 11111010 1000 1001011 0 10 100100110 1011111 111101

Color Harmonies of #E63EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63EFA

Black with #E63EFA

Text Example


Text Example

White with #E63EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63EFA; }

 p { color: rgb(230,62,250); }

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

background-color css

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

 a { background-color: rgb(230,62,250); }

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

border-color css

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

 span { border-color: rgb(230,62,250); }

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