Html Css Color HEX #E005EF Psychedelic Purple

📋 copy color: '#E005EF'

red 224 ◦ green 5 ◦ blue 239

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

Shades of Psychedelic Purple #E005EF

Tints of Psychedelic Purple #E005EF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.07%

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 47.86%
G = 1.07%
B = 51.07%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E005EF (or 0xE005EF) is known color: Psychedelic Purple. HEX triplet: E0, 05 and EF. RGB value is (224,5,239). Sum of RGB (Red+Green+Blue) = 224+5+239=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #E005EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005EF is #1FFA10. Grayscale: #606060. Windows color (decimal): -2095633 or 15664608. OLE color: 15664608.

HSL color Cylindrical-coordinate representation of color #E005EF: hue angle of 296.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005EF is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 5 239 -
CMYK 0.06 0.98 0 0.06
HSL 296.15º 0.96% 0.48% -
HSV(B) 296.15º 0.98% 0.94% -
XYZ 46.37 22.19 83.5 -
YUV 97.16 208.05 218.47 -
System Red Green Blue C M Y K H S L
Decimal 224 5 239 0.06 0.98 0 0.06 296.15 0.96 0.48
Hex E0 5 EF 6 62 0 6 128 60 30
Octal 340 5 357 6 142 0 6 450 140 60
Binary 11100000 101 11101111 110 1100010 0 110 100101000 1100000 110000

Color Harmonies of #E005EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005EF

Black with #E005EF

Text Example


Text Example

White with #E005EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005EF; }

 p { color: rgb(224,5,239); }

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

background-color css

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

 a { background-color: rgb(224,5,239); }

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

border-color css

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

 span { border-color: rgb(224,5,239); }

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