Html Css Color HEX #E00AFD Psychedelic Purple

📋 copy color: '#E00AFD'

red 224 ◦ green 10 ◦ blue 253

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

Shades of Psychedelic Purple #E00AFD

Tints of Psychedelic Purple #E00AFD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.05%

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

R = 46%
G = 2.05%
B = 51.95%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E00AFD (or 0xE00AFD) is known color: Psychedelic Purple. HEX triplet: E0, 0A and FD. RGB value is (224,10,253). Sum of RGB (Red+Green+Blue) = 224+10+253=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 10 (4.30% from 255 or 2.05% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #E00AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AFD is #1FF502. Grayscale: #646464. Windows color (decimal): -2094339 or 16583392. OLE color: 16583392.

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

Color convert

RGB 224 10 253 -
CMYK 0.11 0.96 0 0.01
HSL 292.84º 0.98% 0.52% -
HSV(B) 292.84º 0.96% 0.99% -
XYZ 48.58 23.16 94.84 -
YUV 101.69 213.4 215.24 -
System Red Green Blue C M Y K H S L
Decimal 224 10 253 0.11 0.96 0 0.01 292.84 0.98 0.52
Hex E0 A FD B 60 0 1 125 62 34
Octal 340 12 375 13 140 0 1 445 142 64
Binary 11100000 1010 11111101 1011 1100000 0 1 100100101 1100010 110100

Color Harmonies of #E00AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00AFD

Black with #E00AFD

Text Example


Text Example

White with #E00AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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