Html Css Color HEX #E005EB Psychedelic Purple

📋 copy color: '#E005EB'

red 224 ◦ green 5 ◦ blue 235

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

Shades of Psychedelic Purple #E005EB

Tints of Psychedelic Purple #E005EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 48.28%
G = 1.08%
B = 50.65%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E005EB (or 0xE005EB) is known color: Psychedelic Purple. HEX triplet: E0, 05 and EB. RGB value is (224,5,235). Sum of RGB (Red+Green+Blue) = 224+5+235=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #E005EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005EB is #1FFA14. Grayscale: #606060. Windows color (decimal): -2095637 or 15402464. OLE color: 15402464.

HSL color Cylindrical-coordinate representation of color #E005EB: hue angle of 297.13º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005EB is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 5 235 -
CMYK 0.05 0.98 0 0.08
HSL 297.13º 0.96% 0.47% -
HSV(B) 297.13º 0.98% 0.92% -
XYZ 45.79 21.95 80.42 -
YUV 96.7 206.05 218.8 -
System Red Green Blue C M Y K H S L
Decimal 224 5 235 0.05 0.98 0 0.08 297.13 0.96 0.47
Hex E0 5 EB 5 62 0 8 129 60 2F
Octal 340 5 353 5 142 0 10 451 140 57
Binary 11100000 101 11101011 101 1100010 0 1000 100101001 1100000 101111

Color Harmonies of #E005EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005EB

Black with #E005EB

Text Example


Text Example

White with #E005EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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