#EA63D4

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

Shades of Free Speech Magenta #EA63D4

Tints of Free Speech Magenta #EA63D4

Color information

#EA63D4 (or 0xEA63D4) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 63 and D4. RGB value is (234,99,212). Sum of RGB (Red+Green+Blue) = 234+99+212=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA63D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA63D4 is #159C2B. Grayscale: #979797. Windows color (decimal): -1416236 or 13919210. OLE color: 13919210.

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

Color convert

RGB23499212-
CMYK00.580.090.08
HSL309.78º76.27%65.29%-
HSV(B)309.78º57.69%91.76%-
XYZ50.2831.1765.65-
YUV152.25161.73186.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 99 (39.06% from 255) = 18.17%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=42.94%
G=18.17%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349921200.580.090.08309.7876.2765.29
HexEA63D403A981364c41
Octal3521433240721110466114101
Binary1110101011000111101010001110101001100010011011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA63D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA63D4; }

 p { color: rgb(234,99,212); }

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

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

 a { background-color: rgb(234,99,212); }

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

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

 span { border-color: rgb(234,99,212); }

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