#EA62DA

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

Shades of Free Speech Magenta #EA62DA

Tints of Free Speech Magenta #EA62DA

Color information

#EA62DA (or 0xEA62DA) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 62 and DA. RGB value is (234,98,218). Sum of RGB (Red+Green+Blue) = 234+98+218=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA62DA is #159D25. Grayscale: #989898. Windows color (decimal): -1416486 or 14312170. OLE color: 14312170.

HSL color Cylindrical-coordinate representation of color #EA62DA: hue angle of 307.06º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA62DA is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB23498218-
CMYK00.580.070.08
HSL307.06º76.4%65.1%-
HSV(B)307.06º58.12%91.76%-
XYZ50.9531.2969.68-
YUV152.34165.06186.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 98 (38.67% from 255) = 17.82%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=42.55%
G=17.82%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349821800.580.070.08307.0676.465.1
HexEA62DA03A781334c41
Octal352142332072710463114101
Binary111010101100010110110100111010111100010011001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA62DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA62DA; }

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

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

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

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

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

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

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

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