#E065DB

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

Shades of Free Speech Magenta #E065DB

Tints of Free Speech Magenta #E065DB

Color information

#E065DB (or 0xE065DB) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 65 and DB. RGB value is (224,101,219). Sum of RGB (Red+Green+Blue) = 224+101+219=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E065DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065DB is #1F9A24. Grayscale: #969696. Windows color (decimal): -2071077 or 14378464. OLE color: 14378464.

HSL color Cylindrical-coordinate representation of color #E065DB: hue angle of 302.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065DB is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224101219-
CMYK00.550.020.12
HSL302.44º66.49%63.73%-
HSV(B)302.44º54.91%87.84%-
XYZ48.1830.2770.32-
YUV151.23166.25179.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 101 (39.84% from 255) = 18.57%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=41.18%
G=18.57%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410121900.550.020.12302.4466.4963.73
HexE065DB0372C12e4240
Octal340145333067214456102100
Binary11100000110010111011011011011110110010010111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065DB; }

 p { color: rgb(224,101,219); }

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

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

 a { background-color: rgb(224,101,219); }

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

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

 span { border-color: rgb(224,101,219); }

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