#E062DA

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

Shades of Free Speech Magenta #E062DA

Tints of Free Speech Magenta #E062DA

Color information

#E062DA (or 0xE062DA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 62 and DA. RGB value is (224,98,218). Sum of RGB (Red+Green+Blue) = 224+98+218=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E062DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062DA is #1F9D25. Grayscale: #959595. Windows color (decimal): -2071846 or 14312160. OLE color: 14312160.

HSL color Cylindrical-coordinate representation of color #E062DA: hue angle of 302.86º 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 #E062DA is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22498218-
CMYK00.560.030.12
HSL302.86º67.02%63.14%-
HSV(B)302.86º56.25%87.84%-
XYZ47.7629.6469.53-
YUV149.35166.74181.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.48%
GREEN value IS 98 (38.67% from 255) = 18.15%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=41.48%
G=18.15%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249821800.560.030.12302.8667.0263.14
HexE062DA0383C12f433f
Octal34014233207031445710377
Binary1110000011000101101101001110001111001001011111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E062DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E062DA; }

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

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

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

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

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

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

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

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