#EA0BF5

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

Shades of Psychedelic Purple #EA0BF5

Tints of Psychedelic Purple #EA0BF5

Color information

#EA0BF5 (or 0xEA0BF5) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 0B and F5. RGB value is (234,11,245). Sum of RGB (Red+Green+Blue) = 234+11+245=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA0BF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0BF5 is #15F40A. Grayscale: #676767. Windows color (decimal): -1438731 or 16059370. OLE color: 16059370.

HSL color Cylindrical-coordinate representation of color #EA0BF5: hue angle of 297.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0BF5 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23411245-
CMYK0.040.9600.04
HSL297.18º92.13%50.2%-
HSV(B)297.18º95.51%96.08%-
XYZ50.5324.3288.42-
YUV104.35207.38220.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.76%
GREEN value IS 11 (4.69% from 255) = 2.24%
BLUE value IS 245 (96.09% from 255) = 50%
R=47.76%
G=2.24%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234112450.040.9600.04297.1892.1350.2
HexEABF5460041295c32
Octal3521336541400445113462
Binary11101010101111110101100110000001001001010011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0BF5; }

 p { color: rgb(234,11,245); }

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

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

 a { background-color: rgb(234,11,245); }

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

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

 span { border-color: rgb(234,11,245); }

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