Html Css Color HEX #E61EFE Psychedelic Purple

📋 copy color: '#E61EFE'

red 230 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #E61EFE

Tints of Psychedelic Purple #E61EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.84%

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 44.75%
G = 5.84%
B = 49.42%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E61EFE (or 0xE61EFE) is known color: Psychedelic Purple. HEX triplet: E6, 1E and FE. RGB value is (230,30,254). Sum of RGB (Red+Green+Blue) = 230+30+254=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #E61EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61EFE is #19E101. Grayscale: #727272. Windows color (decimal): -1696002 or 16654054. OLE color: 16654054.

HSL color Cylindrical-coordinate representation of color #E61EFE: hue angle of 293.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61EFE is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 30 254 -
CMYK 0.09 0.88 0 0.00
HSL 293.57º 0.99% 0.56% -
HSV(B) 293.57º 0.88% 1% -
XYZ 50.99 24.91 95.89 -
YUV 115.34 206.26 209.79 -
System Red Green Blue C M Y K H S L
Decimal 230 30 254 0.09 0.88 0 0.00 293.57 0.99 0.56
Hex E6 1E FE 9 58 0 0 126 63 38
Octal 346 36 376 11 130 0 0 446 143 70
Binary 11100110 11110 11111110 1001 1011000 0 0 100100110 1100011 111000

Color Harmonies of #E61EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61EFE

Black with #E61EFE

Text Example


Text Example

White with #E61EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61EFE; }

 p { color: rgb(230,30,254); }

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

background-color css

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

 a { background-color: rgb(230,30,254); }

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

border-color css

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

 span { border-color: rgb(230,30,254); }

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