#EA12F3

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

Shades of Psychedelic Purple #EA12F3

Tints of Psychedelic Purple #EA12F3

Color information

#EA12F3 (or 0xEA12F3) is unknown color: approx Psychedelic Purple. HEX triplet: EA, 12 and F3. RGB value is (234,18,243). Sum of RGB (Red+Green+Blue) = 234+18+243=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 18 (7.42% from 255 or 3.64% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA12F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA12F3 is #15ED0C. Grayscale: #6B6B6B. Windows color (decimal): -1436941 or 15930090. OLE color: 15930090.

HSL color Cylindrical-coordinate representation of color #EA12F3: hue angle of 297.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA12F3 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23418243-
CMYK0.040.9300.05
HSL297.6º90.36%51.18%-
HSV(B)297.6º92.59%95.29%-
XYZ50.3324.486.85-
YUV108.23204.06217.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 18 (7.42% from 255) = 3.64%
BLUE value IS 243 (95.31% from 255) = 49.09%
R=47.27%
G=3.64%
B=49.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234182430.040.9300.05297.690.3651.18
HexEA12F345D0512a5a33
Octal3522236341350545213263
Binary111010101001011110011100101110101011001010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA12F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA12F3; }

 p { color: rgb(234,18,243); }

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

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

 a { background-color: rgb(234,18,243); }

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

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

 span { border-color: rgb(234,18,243); }

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