Html Css Color HEX #E612FF Psychedelic Purple

📋 copy color: '#E612FF'

red 230 ◦ green 18 ◦ blue 255

#E612FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E612FF

Tints of Psychedelic Purple #E612FF

RGB

 RED value IS 230 (90.23% from 255) = 45.73%

 GREEN value IS 18 (7.42% from 255) = 3.58%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 45.73%
G = 3.58%
B = 50.7%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E612FF (or 0xE612FF) is known color: Psychedelic Purple. HEX triplet: E6, 12 and FF. RGB value is (230,18,255). Sum of RGB (Red+Green+Blue) = 230+18+255=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #E612FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E612FF is #19ED00. Grayscale: #6B6B6B. Windows color (decimal): -1699073 or 16716518. OLE color: 16716518.

HSL color Cylindrical-coordinate representation of color #E612FF: hue angle of 293.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E612FF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 18 255 -
CMYK 0.10 0.93 0 0
HSL 293.67º 1% 0.54% -
HSV(B) 293.67º 0.93% 1% -
XYZ 50.9 24.48 96.65 -
YUV 108.41 210.74 214.73 -
System Red Green Blue C M Y K H S L
Decimal 230 18 255 0.10 0.93 0 0 293.67 1 0.54
Hex E6 12 FF A 5D 0 0 126 64 36
Octal 346 22 377 12 135 0 0 446 144 66
Binary 11100110 10010 11111111 1010 1011101 0 0 100100110 1100100 110110

Color Harmonies of #E612FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E612FF

Black with #E612FF

Text Example


Text Example

White with #E612FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E612FF; }

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

 H1.HeaderClassName
 {
   color: #E612FF;
 }
 .AnyTagClassName
 {
   color: #E612FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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