#E65DDE

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

Shades of Free Speech Magenta #E65DDE

Tints of Free Speech Magenta #E65DDE

Color information

#E65DDE (or 0xE65DDE) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5D and DE. RGB value is (230,93,222). Sum of RGB (Red+Green+Blue) = 230+93+222=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DDE is #19A221. Grayscale: #949494. Windows color (decimal): -1679906 or 14573030. OLE color: 14573030.

HSL color Cylindrical-coordinate representation of color #E65DDE: hue angle of 303.5º 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 #E65DDE is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB23093222-
CMYK00.600.030.10
HSL303.5º73.26%63.33%-
HSV(B)303.5º59.57%90.2%-
XYZ49.7329.9372.26-
YUV148.67169.39186.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 93 (36.72% from 255) = 17.06%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=42.20%
G=17.06%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309322200.600.030.10303.573.2663.33
HexE65DDE03C3A130493f
Octal34613533607431246011177
Binary1110011010111011101111001111001110101001100001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65DDE; }

 p { color: rgb(230,93,222); }

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

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

 a { background-color: rgb(230,93,222); }

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

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

 span { border-color: rgb(230,93,222); }

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