#E65DC7

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

Shades of Free Speech Magenta #E65DC7

Tints of Free Speech Magenta #E65DC7

Color information

#E65DC7 (or 0xE65DC7) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5D and C7. RGB value is (230,93,199). Sum of RGB (Red+Green+Blue) = 230+93+199=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DC7 is #19A238. Grayscale: #919191. Windows color (decimal): -1679929 or 13065702. OLE color: 13065702.

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

Color convert

RGB23093199-
CMYK00.600.130.10
HSL313.58º73.26%63.33%-
HSV(B)313.58º59.57%90.2%-
XYZ46.8628.7857.12-
YUV146.05157.89187.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.06%
GREEN value IS 93 (36.72% from 255) = 17.82%
BLUE value IS 199 (78.12% from 255) = 38.12%
R=44.06%
G=17.82%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309319900.600.130.10313.5873.2663.33
HexE65DC703CDA13a493f
Octal346135307074151247211177
Binary111001101011101110001110111100110110101001110101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65DC7; }

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

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

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

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

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

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

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

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