#E63EDD

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

Shades of Free Speech Magenta #E63EDD

Tints of Free Speech Magenta #E63EDD

Color information

#E63EDD (or 0xE63EDD) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 3E and DD. RGB value is (230,62,221). Sum of RGB (Red+Green+Blue) = 230+62+221=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E63EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63EDD is #19C122. Grayscale: #818181. Windows color (decimal): -1687843 or 14499558. OLE color: 14499558.

HSL color Cylindrical-coordinate representation of color #E63EDD: hue angle of 303.21º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63EDD is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB23062221-
CMYK00.730.040.10
HSL303.21º77.06%57.25%-
HSV(B)303.21º73.04%90.2%-
XYZ47.4125.4970.83-
YUV130.36179.16199.07-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 62 (24.61% from 255) = 12.09%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=44.83%
G=12.09%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2306222100.730.040.10303.2177.0657.25
HexE63EDD0494A12f4d39
Octal34676335011141245711571
Binary11100110111110110111010100100110010101001011111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63EDD; }

 p { color: rgb(230,62,221); }

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

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

 a { background-color: rgb(230,62,221); }

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

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

 span { border-color: rgb(230,62,221); }

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