Html Css Color HEX #E61CEC Psychedelic Purple

📋 copy color: '#E61CEC'

red 230 ◦ green 28 ◦ blue 236

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

Shades of Psychedelic Purple #E61CEC

Tints of Psychedelic Purple #E61CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 46.56%
G = 5.67%
B = 47.77%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E61CEC (or 0xE61CEC) is known color: Psychedelic Purple. HEX triplet: E6, 1C and EC. RGB value is (230,28,236). Sum of RGB (Red+Green+Blue) = 230+28+236=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #E61CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61CEC is #19E313. Grayscale: #6F6F6F. Windows color (decimal): -1696532 or 15473894. OLE color: 15473894.

HSL color Cylindrical-coordinate representation of color #E61CEC: hue angle of 298.27º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61CEC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 28 236 -
CMYK 0.03 0.88 0 0.07
HSL 298.27º 0.85% 0.52% -
HSV(B) 298.27º 0.88% 0.93% -
XYZ 48.19 23.71 81.39 -
YUV 112.11 197.92 212.09 -
System Red Green Blue C M Y K H S L
Decimal 230 28 236 0.03 0.88 0 0.07 298.27 0.85 0.52
Hex E6 1C EC 3 58 0 7 12A 55 34
Octal 346 34 354 3 130 0 7 452 125 64
Binary 11100110 11100 11101100 11 1011000 0 111 100101010 1010101 110100

Color Harmonies of #E61CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61CEC

Black with #E61CEC

Text Example


Text Example

White with #E61CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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