Html Css Color HEX #E61DFC Psychedelic Purple

📋 copy color: '#E61DFC'

red 230 ◦ green 29 ◦ blue 252

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

Shades of Psychedelic Purple #E61DFC

Tints of Psychedelic Purple #E61DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.68%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 45.01%
G = 5.68%
B = 49.32%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E61DFC (or 0xE61DFC) is known color: Psychedelic Purple. HEX triplet: E6, 1D and FC. RGB value is (230,29,252). Sum of RGB (Red+Green+Blue) = 230+29+252=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #E61DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61DFC is #19E203. Grayscale: #717171. Windows color (decimal): -1696260 or 16522726. OLE color: 16522726.

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

Color convert

RGB 230 29 252 -
CMYK 0.09 0.88 0 0.01
HSL 294.08º 0.97% 0.55% -
HSV(B) 294.08º 0.88% 0.99% -
XYZ 50.64 24.73 94.2 -
YUV 114.52 205.59 210.37 -
System Red Green Blue C M Y K H S L
Decimal 230 29 252 0.09 0.88 0 0.01 294.08 0.97 0.55
Hex E6 1D FC 9 58 0 1 126 61 37
Octal 346 35 374 11 130 0 1 446 141 67
Binary 11100110 11101 11111100 1001 1011000 0 1 100100110 1100001 110111

Color Harmonies of #E61DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61DFC

Black with #E61DFC

Text Example


Text Example

White with #E61DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61DFC; }

 p { color: rgb(230,29,252); }

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

background-color css

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

 a { background-color: rgb(230,29,252); }

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

border-color css

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

 span { border-color: rgb(230,29,252); }

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