Html Css Color HEX #E00DFD Psychedelic Purple

📋 copy color: '#E00DFD'

red 224 ◦ green 13 ◦ blue 253

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

Shades of Psychedelic Purple #E00DFD

Tints of Psychedelic Purple #E00DFD

RGB

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

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

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

R = 45.71%
G = 2.65%
B = 51.63%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E00DFD (or 0xE00DFD) is known color: Psychedelic Purple. HEX triplet: E0, 0D and FD. RGB value is (224,13,253). Sum of RGB (Red+Green+Blue) = 224+13+253=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #E00DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DFD is #1FF202. Grayscale: #666666. Windows color (decimal): -2093571 or 16584160. OLE color: 16584160.

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

Color convert

RGB 224 13 253 -
CMYK 0.11 0.95 0 0.01
HSL 292.75º 0.98% 0.52% -
HSV(B) 292.75º 0.95% 0.99% -
XYZ 48.61 23.23 94.85 -
YUV 103.45 212.4 213.99 -
System Red Green Blue C M Y K H S L
Decimal 224 13 253 0.11 0.95 0 0.01 292.75 0.98 0.52
Hex E0 D FD B 5F 0 1 125 62 34
Octal 340 15 375 13 137 0 1 445 142 64
Binary 11100000 1101 11111101 1011 1011111 0 1 100100101 1100010 110100

Color Harmonies of #E00DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DFD

Black with #E00DFD

Text Example


Text Example

White with #E00DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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