Html Css Color HEX #E61AFE Psychedelic Purple

📋 copy color: '#E61AFE'

red 230 ◦ green 26 ◦ blue 254

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

Shades of Psychedelic Purple #E61AFE

Tints of Psychedelic Purple #E61AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.1%

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

R = 45.1%
G = 5.1%
B = 49.8%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E61AFE (or 0xE61AFE) is known color: Psychedelic Purple. HEX triplet: E6, 1A and FE. RGB value is (230,26,254). Sum of RGB (Red+Green+Blue) = 230+26+254=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 26 (10.55% from 255 or 5.10% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #E61AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61AFE is #19E501. Grayscale: #707070. Windows color (decimal): -1697026 or 16653030. OLE color: 16653030.

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

Color convert

RGB 230 26 254 -
CMYK 0.09 0.90 0 0.00
HSL 293.68º 0.99% 0.55% -
HSV(B) 293.68º 0.9% 1% -
XYZ 50.89 24.72 95.85 -
YUV 112.99 207.59 211.46 -
System Red Green Blue C M Y K H S L
Decimal 230 26 254 0.09 0.90 0 0.00 293.68 0.99 0.55
Hex E6 1A FE 9 5A 0 0 126 63 37
Octal 346 32 376 11 132 0 0 446 143 67
Binary 11100110 11010 11111110 1001 1011010 0 0 100100110 1100011 110111

Color Harmonies of #E61AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61AFE

Black with #E61AFE

Text Example


Text Example

White with #E61AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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