#EA08F7

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

Shades of Psychedelic Purple #EA08F7

Tints of Psychedelic Purple #EA08F7

Color information

#EA08F7 (or 0xEA08F7) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 08 and F7. RGB value is (234,8,247). Sum of RGB (Red+Green+Blue) = 234+8+247=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 8 (3.52% from 255 or 1.64% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA08F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA08F7 is #15F708. Grayscale: #666666. Windows color (decimal): -1439497 or 16189674. OLE color: 16189674.

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

Color convert

RGB2348247-
CMYK0.050.9700.03
HSL296.74º93.73%50%-
HSV(B)296.74º96.76%96.86%-
XYZ50.8124.3890.02-
YUV102.82209.37221.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.85%
GREEN value IS 8 (3.52% from 255) = 1.64%
BLUE value IS 247 (96.88% from 255) = 50.51%
R=47.85%
G=1.64%
B=50.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal23482470.050.9700.03296.7493.7350
HexEA8F7561031295e32
Octal3521036751410345113662
Binary1110101010001111011110111000010111001010011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA08F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA08F7; }

 p { color: rgb(234,8,247); }

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

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

 a { background-color: rgb(234,8,247); }

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

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

 span { border-color: rgb(234,8,247); }

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