Html Css Color HEX #E63AF4 Free Speech Magenta

📋 copy color: '#E63AF4'

red 230 ◦ green 58 ◦ blue 244

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

Shades of Free Speech Magenta #E63AF4

Tints of Free Speech Magenta #E63AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.86%

R = 43.23%
G = 10.9%
B = 45.86%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E63AF4 (or 0xE63AF4) is known color: Free Speech Magenta. HEX triplet: E6, 3A and F4. RGB value is (230,58,244). Sum of RGB (Red+Green+Blue) = 230+58+244=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 58 (23.05% from 255 or 10.90% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #E63AF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63AF4 is #19C50B. Grayscale: #828282. Windows color (decimal): -1688844 or 16005862. OLE color: 16005862.

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

Color convert

RGB 230 58 244 -
CMYK 0.06 0.76 0 0.04
HSL 295.48º 0.89% 0.59% -
HSV(B) 295.48º 0.76% 0.96% -
XYZ 50.48 26.38 88.02 -
YUV 130.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 230 58 244 0.06 0.76 0 0.04 295.48 0.89 0.59
Hex E6 3A F4 6 4C 0 4 127 59 3B
Octal 346 72 364 6 114 0 4 447 131 73
Binary 11100110 111010 11110100 110 1001100 0 100 100100111 1011001 111011

Color Harmonies of #E63AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63AF4

Black with #E63AF4

Text Example


Text Example

White with #E63AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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