#E655ED

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

Shades of Free Speech Magenta #E655ED

Tints of Free Speech Magenta #E655ED

Color information

#E655ED (or 0xE655ED) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 55 and ED. RGB value is (230,85,237). Sum of RGB (Red+Green+Blue) = 230+85+237=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #E655ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E655ED is #19AA12. Grayscale: #919191. Windows color (decimal): -1681939 or 15554022. OLE color: 15554022.

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

Color convert

RGB23085237-
CMYK0.030.6400.07
HSL297.24º80.85%63.14%-
HSV(B)297.24º64.14%92.94%-
XYZ51.1729.4383.11-
YUV145.68179.54188.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 85 (33.59% from 255) = 15.40%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=41.67%
G=15.40%
B=42.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230852370.030.6400.07297.2480.8563.14
HexE655ED34007129513f
Octal34612535531000745112177
Binary1110011010101011110110111100000001111001010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E655ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E655ED; }

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

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

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

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

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

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

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

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