#EA07E5

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

Shades of Psychedelic Purple #EA07E5

Tints of Psychedelic Purple #EA07E5

Color information

#EA07E5 (or 0xEA07E5) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 07 and E5. RGB value is (234,7,229). Sum of RGB (Red+Green+Blue) = 234+7+229=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07E5 is #15F81A. Grayscale: #636363. Windows color (decimal): -1439771 or 15009770. OLE color: 15009770.

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

Color convert

RGB2347229-
CMYK00.970.020.08
HSL301.32º94.19%47.25%-
HSV(B)301.32º97.01%91.76%-
XYZ48.1523.376.09-
YUV100.18200.71223.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 7 (3.12% from 255) = 1.49%
BLUE value IS 229 (89.84% from 255) = 48.72%
R=49.79%
G=1.49%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234722900.970.020.08301.3294.1947.25
HexEA7E50612812d5e2f
Octal3527345014121045513657
Binary1110101011111100101011000011010001001011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA07E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA07E5; }

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

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

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

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

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

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

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

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