Html Css Color HEX #E00DFA Psychedelic Purple

📋 copy color: '#E00DFA'

red 224 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #E00DFA

Tints of Psychedelic Purple #E00DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 46%
G = 2.67%
B = 51.33%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E00DFA (or 0xE00DFA) is known color: Psychedelic Purple. HEX triplet: E0, 0D and FA. RGB value is (224,13,250). Sum of RGB (Red+Green+Blue) = 224+13+250=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 13 (5.47% from 255 or 2.67% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #E00DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DFA is #1FF205. Grayscale: #666666. Windows color (decimal): -2093574 or 16387552. OLE color: 16387552.

HSL color Cylindrical-coordinate representation of color #E00DFA: hue angle of 293.42º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00DFA is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 13 250 -
CMYK 0.10 0.95 0 0.02
HSL 293.42º 0.96% 0.52% -
HSV(B) 293.42º 0.95% 0.98% -
XYZ 48.14 23.04 92.35 -
YUV 103.11 210.9 214.23 -
System Red Green Blue C M Y K H S L
Decimal 224 13 250 0.10 0.95 0 0.02 293.42 0.96 0.52
Hex E0 D FA A 5F 0 2 125 60 34
Octal 340 15 372 12 137 0 2 445 140 64
Binary 11100000 1101 11111010 1010 1011111 0 10 100100101 1100000 110100

Color Harmonies of #E00DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DFA

Black with #E00DFA

Text Example


Text Example

White with #E00DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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