Html Css Color HEX #E21CE9 Psychedelic Purple

📋 copy color: '#E21CE9'

red 226 ◦ green 28 ◦ blue 233

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

Shades of Psychedelic Purple #E21CE9

Tints of Psychedelic Purple #E21CE9

RGB

 RED value IS 226 (88.67% from 255) = 46.41%

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

 BLUE value IS 233 (91.41% from 255) = 47.84%

R = 46.41%
G = 5.75%
B = 47.84%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E21CE9 (or 0xE21CE9) is known color: Psychedelic Purple. HEX triplet: E2, 1C and E9. RGB value is (226,28,233). Sum of RGB (Red+Green+Blue) = 226+28+233=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 28 (11.33% from 255 or 5.75% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #E21CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CE9 is #1DE316. Grayscale: #6D6D6D. Windows color (decimal): -1958679 or 15277282. OLE color: 15277282.

HSL color Cylindrical-coordinate representation of color #E21CE9: hue angle of 297.95º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21CE9 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 28 233 -
CMYK 0.03 0.88 0 0.09
HSL 297.95º 0.82% 0.51% -
HSV(B) 297.95º 0.88% 0.91% -
XYZ 46.49 22.88 79.06 -
YUV 110.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 226 28 233 0.03 0.88 0 0.09 297.95 0.82 0.51
Hex E2 1C E9 3 58 0 9 12A 52 33
Octal 342 34 351 3 130 0 11 452 122 63
Binary 11100010 11100 11101001 11 1011000 0 1001 100101010 1010010 110011

Color Harmonies of #E21CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CE9

Black with #E21CE9

Text Example


Text Example

White with #E21CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CE9; }

 p { color: rgb(226,28,233); }

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

background-color css

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

 a { background-color: rgb(226,28,233); }

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

border-color css

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

 span { border-color: rgb(226,28,233); }

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