#EA13F7

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

Shades of Psychedelic Purple #EA13F7

Tints of Psychedelic Purple #EA13F7

Color information

#EA13F7 (or 0xEA13F7) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 13 and F7. RGB value is (234,19,247). Sum of RGB (Red+Green+Blue) = 234+19+247=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA13F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA13F7 is #15EC08. Grayscale: #6C6C6C. Windows color (decimal): -1436681 or 16192490. OLE color: 16192490.

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

Color convert

RGB23419247-
CMYK0.050.9200.03
HSL296.58º93.44%52.16%-
HSV(B)296.58º92.31%96.86%-
XYZ50.9524.6790.07-
YUV109.28205.73216.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 19 (7.81% from 255) = 3.8%
BLUE value IS 247 (96.88% from 255) = 49.4%
R=46.8%
G=3.8%
B=49.4%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal234192470.050.9200.03296.5893.4452.16
HexEA13F755C031295d34
Octal3522336751340345113564
Binary11101010100111111011110110111000111001010011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA13F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA13F7; }

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

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

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

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

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

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

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

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