Html Css Color HEX #E005FD Psychedelic Purple

📋 copy color: '#E005FD'

red 224 ◦ green 5 ◦ blue 253

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

Shades of Psychedelic Purple #E005FD

Tints of Psychedelic Purple #E005FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 46.47%
G = 1.04%
B = 52.49%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E005FD (or 0xE005FD) is known color: Psychedelic Purple. HEX triplet: E0, 05 and FD. RGB value is (224,5,253). Sum of RGB (Red+Green+Blue) = 224+5+253=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #E005FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005FD is #1FFA02. Grayscale: #616161. Windows color (decimal): -2095619 or 16582112. OLE color: 16582112.

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

Color convert

RGB 224 5 253 -
CMYK 0.11 0.98 0 0.01
HSL 292.98º 0.98% 0.51% -
HSV(B) 292.98º 0.98% 0.99% -
XYZ 48.52 23.05 94.82 -
YUV 98.75 215.05 217.33 -
System Red Green Blue C M Y K H S L
Decimal 224 5 253 0.11 0.98 0 0.01 292.98 0.98 0.51
Hex E0 5 FD B 62 0 1 125 62 33
Octal 340 5 375 13 142 0 1 445 142 63
Binary 11100000 101 11111101 1011 1100010 0 1 100100101 1100010 110011

Color Harmonies of #E005FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E005FD

Black with #E005FD

Text Example


Text Example

White with #E005FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E005FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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