Html Css Color HEX #E00DFB Psychedelic Purple

📋 copy color: '#E00DFB'

red 224 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #E00DFB

Tints of Psychedelic Purple #E00DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 45.9%
G = 2.66%
B = 51.43%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E00DFB (or 0xE00DFB) is known color: Psychedelic Purple. HEX triplet: E0, 0D and FB. RGB value is (224,13,251). Sum of RGB (Red+Green+Blue) = 224+13+251=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 13 (5.47% from 255 or 2.66% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #E00DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00DFB is #1FF204. Grayscale: #666666. Windows color (decimal): -2093573 or 16453088. OLE color: 16453088.

HSL color Cylindrical-coordinate representation of color #E00DFB: hue angle of 293.19º degrees, saturation: 0.97, 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 #E00DFB is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 13 251 -
CMYK 0.11 0.95 0 0.02
HSL 293.19º 0.97% 0.52% -
HSV(B) 293.19º 0.95% 0.98% -
XYZ 48.3 23.1 93.18 -
YUV 103.22 211.4 214.15 -
System Red Green Blue C M Y K H S L
Decimal 224 13 251 0.11 0.95 0 0.02 293.19 0.97 0.52
Hex E0 D FB B 5F 0 2 125 61 34
Octal 340 15 373 13 137 0 2 445 141 64
Binary 11100000 1101 11111011 1011 1011111 0 10 100100101 1100001 110100

Color Harmonies of #E00DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DFB

Black with #E00DFB

Text Example


Text Example

White with #E00DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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