#E65ED7

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

Shades of Free Speech Magenta #E65ED7

Tints of Free Speech Magenta #E65ED7

Color information

#E65ED7 (or 0xE65ED7) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5E and D7. RGB value is (230,94,215). Sum of RGB (Red+Green+Blue) = 230+94+215=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ED7 is #19A128. Grayscale: #949494. Windows color (decimal): -1679657 or 14114534. OLE color: 14114534.

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

Color convert

RGB23094215-
CMYK00.590.070.10
HSL306.62º73.12%63.53%-
HSV(B)306.62º59.13%90.2%-
XYZ48.929.7367.45-
YUV148.46165.56186.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 94 (37.11% from 255) = 17.44%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=42.67%
G=17.44%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309421500.590.070.10306.6273.1263.53
HexE65ED703B7A1334940
Octal346136327073712463111100
Binary111001101011110110101110111011111101010011001110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65ED7; }

 p { color: rgb(230,94,215); }

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

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

 a { background-color: rgb(230,94,215); }

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

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

 span { border-color: rgb(230,94,215); }

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