Html Css Color HEX #E21FFB Psychedelic Purple

📋 copy color: '#E21FFB'

red 226 ◦ green 31 ◦ blue 251

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

Shades of Psychedelic Purple #E21FFB

Tints of Psychedelic Purple #E21FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.1%

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 44.49%
G = 6.1%
B = 49.41%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E21FFB (or 0xE21FFB) is known color: Psychedelic Purple. HEX triplet: E2, 1F and FB. RGB value is (226,31,251). Sum of RGB (Red+Green+Blue) = 226+31+251=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 31 (12.5% from 255 or 6.10% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #E21FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21FFB is #1DE004. Grayscale: #717171. Windows color (decimal): -1957893 or 16457698. OLE color: 16457698.

HSL color Cylindrical-coordinate representation of color #E21FFB: hue angle of 293.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21FFB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 31 251 -
CMYK 0.10 0.88 0 0.02
HSL 293.18º 0.96% 0.55% -
HSV(B) 293.18º 0.88% 0.98% -
XYZ 49.27 24.11 93.32 -
YUV 114.39 205.1 207.61 -
System Red Green Blue C M Y K H S L
Decimal 226 31 251 0.10 0.88 0 0.02 293.18 0.96 0.55
Hex E2 1F FB A 58 0 2 125 60 37
Octal 342 37 373 12 130 0 2 445 140 67
Binary 11100010 11111 11111011 1010 1011000 0 10 100100101 1100000 110111

Color Harmonies of #E21FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FFB

Black with #E21FFB

Text Example


Text Example

White with #E21FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FFB; }

 p { color: rgb(226,31,251); }

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

background-color css

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

 a { background-color: rgb(226,31,251); }

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

border-color css

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

 span { border-color: rgb(226,31,251); }

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