Html Css Color HEX #E61CFE Psychedelic Purple

📋 copy color: '#E61CFE'

red 230 ◦ green 28 ◦ blue 254

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

Shades of Psychedelic Purple #E61CFE

Tints of Psychedelic Purple #E61CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.47%

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

R = 44.92%
G = 5.47%
B = 49.61%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E61CFE (or 0xE61CFE) is known color: Psychedelic Purple. HEX triplet: E6, 1C and FE. RGB value is (230,28,254). Sum of RGB (Red+Green+Blue) = 230+28+254=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 28 (11.33% from 255 or 5.47% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #E61CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61CFE is #19E301. Grayscale: #717171. Windows color (decimal): -1696514 or 16653542. OLE color: 16653542.

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

Color convert

RGB 230 28 254 -
CMYK 0.09 0.89 0 0.00
HSL 293.63º 0.99% 0.55% -
HSV(B) 293.63º 0.89% 1% -
XYZ 50.94 24.81 95.87 -
YUV 114.16 206.92 210.62 -
System Red Green Blue C M Y K H S L
Decimal 230 28 254 0.09 0.89 0 0.00 293.63 0.99 0.55
Hex E6 1C FE 9 59 0 0 126 63 37
Octal 346 34 376 11 131 0 0 446 143 67
Binary 11100110 11100 11111110 1001 1011001 0 0 100100110 1100011 110111

Color Harmonies of #E61CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61CFE

Black with #E61CFE

Text Example


Text Example

White with #E61CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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