#E65FD4

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

Shades of Free Speech Magenta #E65FD4

Tints of Free Speech Magenta #E65FD4

Color information

#E65FD4 (or 0xE65FD4) is unknown color: approx Free Speech Magenta. HEX triplet: E6, 5F and D4. RGB value is (230,95,212). Sum of RGB (Red+Green+Blue) = 230+95+212=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FD4 is #19A02B. Grayscale: #949494. Windows color (decimal): -1679404 or 13918182. OLE color: 13918182.

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

Color convert

RGB23095212-
CMYK00.590.080.10
HSL308º72.97%63.73%-
HSV(B)308º58.7%90.2%-
XYZ48.6129.7665.47-
YUV148.7163.73185.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.83%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 212 (83.20% from 255) = 39.48%
R=42.83%
G=17.69%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309521200.590.080.1030872.9763.73
HexE65FD403B8A1344940
Octal3461373240731012464111100
Binary1110011010111111101010001110111000101010011010010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65FD4; }

 p { color: rgb(230,95,212); }

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

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

 a { background-color: rgb(230,95,212); }

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

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

 span { border-color: rgb(230,95,212); }

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