Html Css Color HEX #E61CEE Psychedelic Purple

📋 copy color: '#E61CEE'

red 230 ◦ green 28 ◦ blue 238

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

Shades of Psychedelic Purple #E61CEE

Tints of Psychedelic Purple #E61CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 46.37%
G = 5.65%
B = 47.98%

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

#E61CEE (or 0xE61CEE) is known color: Psychedelic Purple. HEX triplet: E6, 1C and EE. RGB value is (230,28,238). Sum of RGB (Red+Green+Blue) = 230+28+238=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 28 (11.33% from 255 or 5.65% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #E61CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61CEE is #19E311. Grayscale: #6F6F6F. Windows color (decimal): -1696530 or 15604966. OLE color: 15604966.

HSL color Cylindrical-coordinate representation of color #E61CEE: hue angle of 297.71º degrees, saturation: 0.86, 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 #E61CEE is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 28 238 -
CMYK 0.03 0.88 0 0.07
HSL 297.71º 0.86% 0.52% -
HSV(B) 297.71º 0.88% 0.93% -
XYZ 48.48 23.83 82.93 -
YUV 112.34 198.92 211.92 -
System Red Green Blue C M Y K H S L
Decimal 230 28 238 0.03 0.88 0 0.07 297.71 0.86 0.52
Hex E6 1C EE 3 58 0 7 12A 56 34
Octal 346 34 356 3 130 0 7 452 126 64
Binary 11100110 11100 11101110 11 1011000 0 111 100101010 1010110 110100

Color Harmonies of #E61CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61CEE

Black with #E61CEE

Text Example


Text Example

White with #E61CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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