Html Css Color HEX #E02EFD Psychedelic Purple

📋 copy color: '#E02EFD'

red 224 ◦ green 46 ◦ blue 253

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

Shades of Psychedelic Purple #E02EFD

Tints of Psychedelic Purple #E02EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.8%

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

R = 42.83%
G = 8.8%
B = 48.37%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E02EFD (or 0xE02EFD) is known color: Psychedelic Purple. HEX triplet: E0, 2E and FD. RGB value is (224,46,253). Sum of RGB (Red+Green+Blue) = 224+46+253=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 46 (18.36% from 255 or 8.80% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #E02EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02EFD is #1FD102. Grayscale: #7A7A7A. Windows color (decimal): -2085123 or 16592608. OLE color: 16592608.

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

Color convert

RGB 224 46 253 -
CMYK 0.11 0.82 0 0.01
HSL 291.59º 0.98% 0.59% -
HSV(B) 291.59º 0.82% 0.99% -
XYZ 49.45 24.89 95.13 -
YUV 122.82 201.47 200.17 -
System Red Green Blue C M Y K H S L
Decimal 224 46 253 0.11 0.82 0 0.01 291.59 0.98 0.59
Hex E0 2E FD B 52 0 1 124 62 3B
Octal 340 56 375 13 122 0 1 444 142 73
Binary 11100000 101110 11111101 1011 1010010 0 1 100100100 1100010 111011

Color Harmonies of #E02EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02EFD

Black with #E02EFD

Text Example


Text Example

White with #E02EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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