#E65CE1

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

Shades of Free Speech Magenta #E65CE1

Tints of Free Speech Magenta #E65CE1

Color information

#E65CE1 (or 0xE65CE1) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5C and E1. RGB value is (230,92,225). Sum of RGB (Red+Green+Blue) = 230+92+225=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 92 (36.33% from 255 or 16.82% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CE1 is #19A31E. Grayscale: #949494. Windows color (decimal): -1680159 or 14769382. OLE color: 14769382.

HSL color Cylindrical-coordinate representation of color #E65CE1: hue angle of 302.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65CE1 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB23092225-
CMYK00.600.020.10
HSL302.17º73.4%63.14%-
HSV(B)302.17º60%90.2%-
XYZ50.0529.9174.37-
YUV148.42171.22186.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.05%
GREEN value IS 92 (36.33% from 255) = 16.82%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=42.05%
G=16.82%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309222500.600.020.10302.1773.463.14
HexE65CE103C2A12e493f
Octal34613434107421245611177
Binary1110011010111001110000101111001010101001011101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65CE1; }

 p { color: rgb(230,92,225); }

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

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

 a { background-color: rgb(230,92,225); }

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

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

 span { border-color: rgb(230,92,225); }

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