#E612EE

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

Shades of Psychedelic Purple #E612EE

Tints of Psychedelic Purple #E612EE

Color information

#E612EE (or 0xE612EE) is unknown color: approx Psychedelic Purple. HEX triplet: E6, 12 and EE. RGB value is (230,18,238). Sum of RGB (Red+Green+Blue) = 230+18+238=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #E612EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E612EE is #19ED11. Grayscale: #696969. Windows color (decimal): -1699090 or 15602406. OLE color: 15602406.

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

Color convert

RGB23018238-
CMYK0.030.9200.07
HSL297.82º86.61%50.2%-
HSV(B)297.82º92.44%93.33%-
XYZ48.2823.4382.87-
YUV106.47202.24216.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 18 (7.42% from 255) = 3.70%
BLUE value IS 238 (93.36% from 255) = 48.97%
R=47.33%
G=3.70%
B=48.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal230182380.030.9200.07297.8286.6150.2
HexE612EE35C0712a5732
Octal3462235631340745212762
Binary11100110100101110111011101110001111001010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E612EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E612EE; }

 p { color: rgb(230,18,238); }

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

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

 a { background-color: rgb(230,18,238); }

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

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

 span { border-color: rgb(230,18,238); }

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