Html Css Color HEX #E63BF0 Free Speech Magenta

📋 copy color: '#E63BF0'

red 230 ◦ green 59 ◦ blue 240

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

Shades of Free Speech Magenta #E63BF0

Tints of Free Speech Magenta #E63BF0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.15%

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

R = 43.48%
G = 11.15%
B = 45.37%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E63BF0 (or 0xE63BF0) is known color: Free Speech Magenta. HEX triplet: E6, 3B and F0. RGB value is (230,59,240). Sum of RGB (Red+Green+Blue) = 230+59+240=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 59 (23.44% from 255 or 11.15% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #E63BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63BF0 is #19C40F. Grayscale: #828282. Windows color (decimal): -1688592 or 15743974. OLE color: 15743974.

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

Color convert

RGB 230 59 240 -
CMYK 0.04 0.75 0 0.06
HSL 296.69º 0.86% 0.59% -
HSV(B) 296.69º 0.75% 0.94% -
XYZ 49.93 26.24 84.87 -
YUV 130.76 189.65 198.78 -
System Red Green Blue C M Y K H S L
Decimal 230 59 240 0.04 0.75 0 0.06 296.69 0.86 0.59
Hex E6 3B F0 4 4B 0 6 129 56 3B
Octal 346 73 360 4 113 0 6 451 126 73
Binary 11100110 111011 11110000 100 1001011 0 110 100101001 1010110 111011

Color Harmonies of #E63BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63BF0

Black with #E63BF0

Text Example


Text Example

White with #E63BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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