Html Css Color HEX #E003FF Psychedelic Purple

📋 copy color: '#E003FF'

red 224 ◦ green 3 ◦ blue 255

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

Shades of Psychedelic Purple #E003FF

Tints of Psychedelic Purple #E003FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.62%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 46.47%
G = 0.62%
B = 52.9%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E003FF (or 0xE003FF) is known color: Psychedelic Purple. HEX triplet: E0, 03 and FF. RGB value is (224,3,255). Sum of RGB (Red+Green+Blue) = 224+3+255=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 3 (1.56% from 255 or 0.62% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #E003FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E003FF is #1FFC00. Grayscale: #616161. Windows color (decimal): -2096129 or 16712672. OLE color: 16712672.

HSL color Cylindrical-coordinate representation of color #E003FF: hue angle of 292.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003FF is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 3 255 -
CMYK 0.12 0.99 0 0
HSL 292.62º 1% 0.51% -
HSV(B) 292.62º 0.99% 1% -
XYZ 48.82 23.13 96.5 -
YUV 97.81 216.72 218.01 -
System Red Green Blue C M Y K H S L
Decimal 224 3 255 0.12 0.99 0 0 292.62 1 0.51
Hex E0 3 FF C 63 0 0 125 64 33
Octal 340 3 377 14 143 0 0 445 144 63
Binary 11100000 11 11111111 1100 1100011 0 0 100100101 1100100 110011

Color Harmonies of #E003FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003FF

Black with #E003FF

Text Example


Text Example

White with #E003FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003FF; }

 p { color: rgb(224,3,255); }

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

background-color css

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

 a { background-color: rgb(224,3,255); }

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

border-color css

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

 span { border-color: rgb(224,3,255); }

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