#EA07E6

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

Shades of Psychedelic Purple #EA07E6

Tints of Psychedelic Purple #EA07E6

Color information

#EA07E6 (or 0xEA07E6) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 07 and E6. RGB value is (234,7,230). Sum of RGB (Red+Green+Blue) = 234+7+230=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA07E6 is #15F819. Grayscale: #636363. Windows color (decimal): -1439770 or 15075306. OLE color: 15075306.

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

Color convert

RGB2347230-
CMYK00.970.020.08
HSL301.06º94.19%47.25%-
HSV(B)301.06º97.01%91.76%-
XYZ48.2923.3676.83-
YUV100.29201.21223.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 7 (3.12% from 255) = 1.49%
BLUE value IS 230 (90.23% from 255) = 48.83%
R=49.68%
G=1.49%
B=48.83%

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
Decimal234723000.970.020.08301.0694.1947.25
HexEA7E60612812d5e2f
Octal3527346014121045513657
Binary1110101011111100110011000011010001001011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA07E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA07E6; }

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

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

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

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

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

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

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

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