Html Css Color HEX #E01FFB Psychedelic Purple

📋 copy color: '#E01FFB'

red 224 ◦ green 31 ◦ blue 251

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

Shades of Psychedelic Purple #E01FFB

Tints of Psychedelic Purple #E01FFB

RGB

 RED value IS 224 (87.89% from 255) = 44.27%

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

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

R = 44.27%
G = 6.13%
B = 49.6%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E01FFB (or 0xE01FFB) is known color: Psychedelic Purple. HEX triplet: E0, 1F and FB. RGB value is (224,31,251). Sum of RGB (Red+Green+Blue) = 224+31+251=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 31 (12.5% from 255 or 6.13% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #E01FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E01FFB is #1FE004. Grayscale: #717171. Windows color (decimal): -2088965 or 16457696. OLE color: 16457696.

HSL color Cylindrical-coordinate representation of color #E01FFB: hue angle of 292.64º 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 #E01FFB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 31 251 -
CMYK 0.11 0.88 0 0.02
HSL 292.64º 0.96% 0.55% -
HSV(B) 292.64º 0.88% 0.98% -
XYZ 48.64 23.79 93.3 -
YUV 113.79 205.44 206.61 -
System Red Green Blue C M Y K H S L
Decimal 224 31 251 0.11 0.88 0 0.02 292.64 0.96 0.55
Hex E0 1F FB B 58 0 2 125 60 37
Octal 340 37 373 13 130 0 2 445 140 67
Binary 11100000 11111 11111011 1011 1011000 0 10 100100101 1100000 110111

Color Harmonies of #E01FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01FFB

Black with #E01FFB

Text Example


Text Example

White with #E01FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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