Html Css Color HEX #E006E5 Psychedelic Purple

📋 copy color: '#E006E5'

red 224 ◦ green 6 ◦ blue 229

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

Shades of Psychedelic Purple #E006E5

Tints of Psychedelic Purple #E006E5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.31%

 BLUE value IS 229 (89.84% from 255) = 49.89%

R = 48.8%
G = 1.31%
B = 49.89%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E006E5 (or 0xE006E5) is known color: Psychedelic Purple. HEX triplet: E0, 06 and E5. RGB value is (224,6,229). Sum of RGB (Red+Green+Blue) = 224+6+229=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #E006E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E006E5 is #1FF91A. Grayscale: #5F5F5F. Windows color (decimal): -2095387 or 15009504. OLE color: 15009504.

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

Color convert

RGB 224 6 229 -
CMYK 0.02 0.97 0 0.10
HSL 298.65º 0.95% 0.46% -
HSV(B) 298.65º 0.97% 0.9% -
XYZ 44.95 21.63 75.94 -
YUV 96.6 202.72 218.87 -
System Red Green Blue C M Y K H S L
Decimal 224 6 229 0.02 0.97 0 0.10 298.65 0.95 0.46
Hex E0 6 E5 2 61 0 A 12B 5F 2E
Octal 340 6 345 2 141 0 12 453 137 56
Binary 11100000 110 11100101 10 1100001 0 1010 100101011 1011111 101110

Color Harmonies of #E006E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006E5

Black with #E006E5

Text Example


Text Example

White with #E006E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006E5; }

 p { color: rgb(224,6,229); }

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

background-color css

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

 a { background-color: rgb(224,6,229); }

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

border-color css

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

 span { border-color: rgb(224,6,229); }

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