#EA62E1

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

Shades of Free Speech Magenta #EA62E1

Tints of Free Speech Magenta #EA62E1

Color information

#EA62E1 (or 0xEA62E1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 62 and E1. RGB value is (234,98,225). Sum of RGB (Red+Green+Blue) = 234+98+225=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA62E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA62E1 is #159D1E. Grayscale: #989898. Windows color (decimal): -1416479 or 14770922. OLE color: 14770922.

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

Color convert

RGB23498225-
CMYK00.580.040.08
HSL303.97º76.4%65.1%-
HSV(B)303.97º58.12%91.76%-
XYZ51.8931.6674.61-
YUV153.14168.56185.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 98 (38.67% from 255) = 17.59%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=42.01%
G=17.59%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349822500.580.040.08303.9776.465.1
HexEA62E103A481304c41
Octal352142341072410460114101
Binary111010101100010111000010111010100100010011000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA62E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA62E1; }

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

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

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

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

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

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

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

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