#EA19E4

Color #EA19E4 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #EA19E4

Tints of Psychedelic Purple #EA19E4

Color information

#EA19E4 (or 0xEA19E4) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 19 and E4. RGB value is (234,25,228). Sum of RGB (Red+Green+Blue) = 234+25+228=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19E4 is #15E61B. Grayscale: #6E6E6E. Windows color (decimal): -1435164 or 14948842. OLE color: 14948842.

HSL color Cylindrical-coordinate representation of color #EA19E4: hue angle of 301.72º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19E4 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB23425228-
CMYK00.890.030.08
HSL301.72º83.27%50.78%-
HSV(B)301.72º89.32%91.76%-
XYZ48.2823.7975.45-
YUV110.63194.24215.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 25 (10.16% from 255) = 5.13%
BLUE value IS 228 (89.45% from 255) = 46.82%
R=48.05%
G=5.13%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342522800.890.030.08301.7283.2750.78
HexEA19E40593812e5333
Octal35231344013131045612363
Binary111010101100111100100010110011110001001011101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA19E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA19E4; }

 p { color: rgb(234,25,228); }

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

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

 a { background-color: rgb(234,25,228); }

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

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

 span { border-color: rgb(234,25,228); }

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