#E63BED

Color #E63BED Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E63BED

Tints of Free Speech Magenta #E63BED

Color information

#E63BED (or 0xE63BED) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 3B and ED. RGB value is (230,59,237). Sum of RGB (Red+Green+Blue) = 230+59+237=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 59 (23.44% from 255 or 11.22% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #E63BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63BED is #19C412. Grayscale: #818181. Windows color (decimal): -1688595 or 15547366. OLE color: 15547366.

HSL color Cylindrical-coordinate representation of color #E63BED: hue angle of 297.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63BED is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23059237-
CMYK0.030.7500.07
HSL297.64º83.18%58.04%-
HSV(B)297.64º75.11%92.94%-
XYZ49.4826.0782.54-
YUV130.42188.15199.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 59 (23.44% from 255) = 11.22%
BLUE value IS 237 (92.97% from 255) = 45.06%
R=43.73%
G=11.22%
B=45.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230592370.030.7500.07297.6483.1858.04
HexE63BED34B0712a533a
Octal3467335531130745212372
Binary111001101110111110110111100101101111001010101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63BED; }

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

 H1.HeaderClassName
 {
   color: #E63BED;
 }
 .AnyTagClassName
 {
   color: #E63BED;
 }
</style>
background-color css

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

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

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

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

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

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