Html Css Color HEX #E63FFA Free Speech Magenta

📋 copy color: '#E63FFA'

red 230 ◦ green 63 ◦ blue 250

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

Shades of Free Speech Magenta #E63FFA

Tints of Free Speech Magenta #E63FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 11.6%

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

R = 42.36%
G = 11.6%
B = 46.04%

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

#E63FFA (or 0xE63FFA) is known color: Free Speech Magenta. HEX triplet: E6, 3F and FA. RGB value is (230,63,250). Sum of RGB (Red+Green+Blue) = 230+63+250=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 63 (25% from 255 or 11.60% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #E63FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FFA is #19C005. Grayscale: #858585. Windows color (decimal): -1687558 or 16400358. OLE color: 16400358.

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

Color convert

RGB 230 63 250 -
CMYK 0.08 0.75 0 0.02
HSL 293.58º 0.95% 0.61% -
HSV(B) 293.58º 0.75% 0.98% -
XYZ 51.67 27.28 92.98 -
YUV 134.25 193.33 196.29 -
System Red Green Blue C M Y K H S L
Decimal 230 63 250 0.08 0.75 0 0.02 293.58 0.95 0.61
Hex E6 3F FA 8 4B 0 2 126 5F 3D
Octal 346 77 372 10 113 0 2 446 137 75
Binary 11100110 111111 11111010 1000 1001011 0 10 100100110 1011111 111101

Color Harmonies of #E63FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63FFA

Black with #E63FFA

Text Example


Text Example

White with #E63FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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