Html Css Color HEX #E62DF9 Psychedelic Purple

📋 copy color: '#E62DF9'

red 230 ◦ green 45 ◦ blue 249

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

Shades of Psychedelic Purple #E62DF9

Tints of Psychedelic Purple #E62DF9

RGB

 RED value IS 230 (90.23% from 255) = 43.89%

 GREEN value IS 45 (17.97% from 255) = 8.59%

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 43.89%
G = 8.59%
B = 47.52%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E62DF9 (or 0xE62DF9) is known color: Psychedelic Purple. HEX triplet: E6, 2D and F9. RGB value is (230,45,249). Sum of RGB (Red+Green+Blue) = 230+45+249=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 45 (17.97% from 255 or 8.59% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #E62DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62DF9 is #19D206. Grayscale: #7A7A7A. Windows color (decimal): -1692167 or 16330214. OLE color: 16330214.

HSL color Cylindrical-coordinate representation of color #E62DF9: hue angle of 294.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62DF9 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 45 249 -
CMYK 0.08 0.82 0 0.02
HSL 294.41º 0.94% 0.58% -
HSV(B) 294.41º 0.82% 0.98% -
XYZ 50.67 25.54 91.88 -
YUV 123.57 198.79 203.91 -
System Red Green Blue C M Y K H S L
Decimal 230 45 249 0.08 0.82 0 0.02 294.41 0.94 0.58
Hex E6 2D F9 8 52 0 2 126 5E 3A
Octal 346 55 371 10 122 0 2 446 136 72
Binary 11100110 101101 11111001 1000 1010010 0 10 100100110 1011110 111010

Color Harmonies of #E62DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DF9

Black with #E62DF9

Text Example


Text Example

White with #E62DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DF9; }

 p { color: rgb(230,45,249); }

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

background-color css

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

 a { background-color: rgb(230,45,249); }

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

border-color css

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

 span { border-color: rgb(230,45,249); }

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