Html Css Color HEX #E21CF3 Psychedelic Purple

📋 copy color: '#E21CF3'

red 226 ◦ green 28 ◦ blue 243

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

Shades of Psychedelic Purple #E21CF3

Tints of Psychedelic Purple #E21CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.89%

R = 45.47%
G = 5.63%
B = 48.89%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E21CF3 (or 0xE21CF3) is known color: Psychedelic Purple. HEX triplet: E2, 1C and F3. RGB value is (226,28,243). Sum of RGB (Red+Green+Blue) = 226+28+243=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #E21CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CF3 is #1DE30C. Grayscale: #6F6F6F. Windows color (decimal): -1958669 or 15932642. OLE color: 15932642.

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

Color convert

RGB 226 28 243 -
CMYK 0.07 0.88 0 0.05
HSL 295.26º 0.9% 0.53% -
HSV(B) 295.26º 0.88% 0.95% -
XYZ 47.96 23.47 86.8 -
YUV 111.71 202.1 209.52 -
System Red Green Blue C M Y K H S L
Decimal 226 28 243 0.07 0.88 0 0.05 295.26 0.9 0.53
Hex E2 1C F3 7 58 0 5 127 5A 35
Octal 342 34 363 7 130 0 5 447 132 65
Binary 11100010 11100 11110011 111 1011000 0 101 100100111 1011010 110101

Color Harmonies of #E21CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21CF3

Black with #E21CF3

Text Example


Text Example

White with #E21CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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