#E062DB

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

Shades of Free Speech Magenta #E062DB

Tints of Free Speech Magenta #E062DB

Color information

#E062DB (or 0xE062DB) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 62 and DB. RGB value is (224,98,219). Sum of RGB (Red+Green+Blue) = 224+98+219=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E062DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062DB is #1F9D24. Grayscale: #959595. Windows color (decimal): -2071845 or 14377696. OLE color: 14377696.

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

Color convert

RGB22498219-
CMYK00.560.020.12
HSL302.38º67.02%63.14%-
HSV(B)302.38º56.25%87.84%-
XYZ47.8929.770.23-
YUV149.47167.24181.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 98 (38.67% from 255) = 18.11%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=41.40%
G=18.11%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249821900.560.020.12302.3867.0263.14
HexE062DB0382C12e433f
Octal34014233307021445610377
Binary1110000011000101101101101110001011001001011101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E062DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E062DB; }

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

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

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

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

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

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

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

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