#EA07E4

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

Shades of Psychedelic Purple #EA07E4

Tints of Psychedelic Purple #EA07E4

Color information

#EA07E4 (or 0xEA07E4) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 07 and E4. RGB value is (234,7,228). Sum of RGB (Red+Green+Blue) = 234+7+228=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 7 (3.12% from 255 or 1.49% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07E4 is #15F81B. Grayscale: #636363. Windows color (decimal): -1439772 or 14944234. OLE color: 14944234.

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

Color convert

RGB2347228-
CMYK00.970.030.08
HSL301.59º94.19%47.25%-
HSV(B)301.59º97.01%91.76%-
XYZ48.0123.2575.36-
YUV100.07200.21223.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.89%
GREEN value IS 7 (3.12% from 255) = 1.49%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=49.89%
G=1.49%
B=48.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234722800.970.030.08301.5994.1947.25
HexEA7E40613812e5e2f
Octal3527344014131045613657
Binary1110101011111100100011000011110001001011101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA07E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA07E4; }

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

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

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

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

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

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

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

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