Html Css Color HEX #E007FD Psychedelic Purple

📋 copy color: '#E007FD'

red 224 ◦ green 7 ◦ blue 253

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

Shades of Psychedelic Purple #E007FD

Tints of Psychedelic Purple #E007FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.45%

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

R = 46.28%
G = 1.45%
B = 52.27%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E007FD (or 0xE007FD) is known color: Psychedelic Purple. HEX triplet: E0, 07 and FD. RGB value is (224,7,253). Sum of RGB (Red+Green+Blue) = 224+7+253=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #E007FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E007FD is #1FF802. Grayscale: #636363. Windows color (decimal): -2095107 or 16582624. OLE color: 16582624.

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

Color convert

RGB 224 7 253 -
CMYK 0.11 0.97 0 0.01
HSL 292.93º 0.98% 0.51% -
HSV(B) 292.93º 0.97% 0.99% -
XYZ 48.55 23.09 94.83 -
YUV 99.93 214.39 216.5 -
System Red Green Blue C M Y K H S L
Decimal 224 7 253 0.11 0.97 0 0.01 292.93 0.98 0.51
Hex E0 7 FD B 61 0 1 125 62 33
Octal 340 7 375 13 141 0 1 445 142 63
Binary 11100000 111 11111101 1011 1100001 0 1 100100101 1100010 110011

Color Harmonies of #E007FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E007FD

Black with #E007FD

Text Example


Text Example

White with #E007FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E007FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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