Html Css Color HEX #E21CF0 Psychedelic Purple

📋 copy color: '#E21CF0'

red 226 ◦ green 28 ◦ blue 240

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

Shades of Psychedelic Purple #E21CF0

Tints of Psychedelic Purple #E21CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.58%

R = 45.75%
G = 5.67%
B = 48.58%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E21CF0 (or 0xE21CF0) is known color: Psychedelic Purple. HEX triplet: E2, 1C and F0. RGB value is (226,28,240). Sum of RGB (Red+Green+Blue) = 226+28+240=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #E21CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CF0 is #1DE30F. Grayscale: #6E6E6E. Windows color (decimal): -1958672 or 15736034. OLE color: 15736034.

HSL color Cylindrical-coordinate representation of color #E21CF0: hue angle of 296.04º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21CF0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 28 240 -
CMYK 0.06 0.88 0 0.06
HSL 296.04º 0.88% 0.53% -
HSV(B) 296.04º 0.88% 0.94% -
XYZ 47.51 23.29 84.43 -
YUV 111.37 200.6 209.76 -
System Red Green Blue C M Y K H S L
Decimal 226 28 240 0.06 0.88 0 0.06 296.04 0.88 0.53
Hex E2 1C F0 6 58 0 6 128 58 35
Octal 342 34 360 6 130 0 6 450 130 65
Binary 11100010 11100 11110000 110 1011000 0 110 100101000 1011000 110101

Color Harmonies of #E21CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CF0

Black with #E21CF0

Text Example


Text Example

White with #E21CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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