Html Css Color HEX #E015FB Psychedelic Purple

📋 copy color: '#E015FB'

red 224 ◦ green 21 ◦ blue 251

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

Shades of Psychedelic Purple #E015FB

Tints of Psychedelic Purple #E015FB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.23%

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

R = 45.16%
G = 4.23%
B = 50.6%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E015FB (or 0xE015FB) is known color: Psychedelic Purple. HEX triplet: E0, 15 and FB. RGB value is (224,21,251). Sum of RGB (Red+Green+Blue) = 224+21+251=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #E015FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E015FB is #1FEA04. Grayscale: #6B6B6B. Windows color (decimal): -2091525 or 16455136. OLE color: 16455136.

HSL color Cylindrical-coordinate representation of color #E015FB: hue angle of 292.96º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E015FB is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 21 251 -
CMYK 0.11 0.92 0 0.02
HSL 292.96º 0.97% 0.53% -
HSV(B) 292.96º 0.92% 0.98% -
XYZ 48.42 23.35 93.22 -
YUV 107.92 208.75 210.8 -
System Red Green Blue C M Y K H S L
Decimal 224 21 251 0.11 0.92 0 0.02 292.96 0.97 0.53
Hex E0 15 FB B 5C 0 2 125 61 35
Octal 340 25 373 13 134 0 2 445 141 65
Binary 11100000 10101 11111011 1011 1011100 0 10 100100101 1100001 110101

Color Harmonies of #E015FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015FB

Black with #E015FB

Text Example


Text Example

White with #E015FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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