#E63DED

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

Shades of Free Speech Magenta #E63DED

Tints of Free Speech Magenta #E63DED

Color information

#E63DED (or 0xE63DED) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 3D and ED. RGB value is (230,61,237). Sum of RGB (Red+Green+Blue) = 230+61+237=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 61 (24.22% from 255 or 11.55% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #E63DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63DED is #19C212. Grayscale: #838383. Windows color (decimal): -1688083 or 15547878. OLE color: 15547878.

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

Color convert

RGB23061237-
CMYK0.030.7400.07
HSL297.61º83.02%58.43%-
HSV(B)297.61º74.26%92.94%-
XYZ49.5926.2782.58-
YUV131.6187.49198.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.56%
GREEN value IS 61 (24.22% from 255) = 11.55%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=43.56%
G=11.55%
B=44.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230612370.030.7400.07297.6183.0258.43
HexE63DED34A0712a533a
Octal3467535531120745212372
Binary111001101111011110110111100101001111001010101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63DED; }

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

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

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

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

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

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

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

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