Html Css Color HEX #E003E6 Psychedelic Purple

📋 copy color: '#E003E6'

red 224 ◦ green 3 ◦ blue 230

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

Shades of Psychedelic Purple #E003E6

Tints of Psychedelic Purple #E003E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.33%

R = 49.02%
G = 0.66%
B = 50.33%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E003E6 (or 0xE003E6) is known color: Psychedelic Purple. HEX triplet: E0, 03 and E6. RGB value is (224,3,230). Sum of RGB (Red+Green+Blue) = 224+3+230=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 3 (1.56% from 255 or 0.66% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #E003E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E003E6 is #1FFC19. Grayscale: #5E5E5E. Windows color (decimal): -2096154 or 15074272. OLE color: 15074272.

HSL color Cylindrical-coordinate representation of color #E003E6: hue angle of 298.41º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003E6 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 3 230 -
CMYK 0.03 0.99 0 0.10
HSL 298.41º 0.97% 0.46% -
HSV(B) 298.41º 0.99% 0.9% -
XYZ 45.06 21.63 76.66 -
YUV 94.96 204.22 220.04 -
System Red Green Blue C M Y K H S L
Decimal 224 3 230 0.03 0.99 0 0.10 298.41 0.97 0.46
Hex E0 3 E6 3 63 0 A 12A 61 2E
Octal 340 3 346 3 143 0 12 452 141 56
Binary 11100000 11 11100110 11 1100011 0 1010 100101010 1100001 101110

Color Harmonies of #E003E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003E6

Black with #E003E6

Text Example


Text Example

White with #E003E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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