Html Css Color HEX #E00DFF Psychedelic Purple

📋 copy color: '#E00DFF'

red 224 ◦ green 13 ◦ blue 255

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

Shades of Psychedelic Purple #E00DFF

Tints of Psychedelic Purple #E00DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.64%

 BLUE value IS 255 (100% from 255) = 51.83%

R = 45.53%
G = 2.64%
B = 51.83%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E00DFF (or 0xE00DFF) is known color: Psychedelic Purple. HEX triplet: E0, 0D and FF. RGB value is (224,13,255). Sum of RGB (Red+Green+Blue) = 224+13+255=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 13 (5.47% from 255 or 2.64% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #E00DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DFF is #1FF200. Grayscale: #666666. Windows color (decimal): -2093569 or 16715232. OLE color: 16715232.

HSL color Cylindrical-coordinate representation of color #E00DFF: hue angle of 292.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00DFF is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 13 255 -
CMYK 0.12 0.95 0 0
HSL 292.31º 1% 0.53% -
HSV(B) 292.31º 0.95% 1% -
XYZ 48.93 23.36 96.54 -
YUV 103.68 213.4 213.82 -
System Red Green Blue C M Y K H S L
Decimal 224 13 255 0.12 0.95 0 0 292.31 1 0.53
Hex E0 D FF C 5F 0 0 124 64 35
Octal 340 15 377 14 137 0 0 444 144 65
Binary 11100000 1101 11111111 1100 1011111 0 0 100100100 1100100 110101

Color Harmonies of #E00DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DFF

Black with #E00DFF

Text Example


Text Example

White with #E00DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DFF; }

 p { color: rgb(224,13,255); }

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

background-color css

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

 a { background-color: rgb(224,13,255); }

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

border-color css

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

 span { border-color: rgb(224,13,255); }

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