Html Css Color HEX #E62DFF Psychedelic Purple

📋 copy color: '#E62DFF'

red 230 ◦ green 45 ◦ blue 255

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

Shades of Psychedelic Purple #E62DFF

Tints of Psychedelic Purple #E62DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 43.4%
G = 8.49%
B = 48.11%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E62DFF (or 0xE62DFF) is known color: Psychedelic Purple. HEX triplet: E6, 2D and FF. RGB value is (230,45,255). Sum of RGB (Red+Green+Blue) = 230+45+255=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 45 (17.97% from 255 or 8.49% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #E62DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62DFF is #19D200. Grayscale: #7B7B7B. Windows color (decimal): -1692161 or 16723430. OLE color: 16723430.

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

Color convert

RGB 230 45 255 -
CMYK 0.10 0.82 0 0
HSL 292.86º 1% 0.59% -
HSV(B) 292.86º 0.82% 1% -
XYZ 51.62 25.92 96.89 -
YUV 124.26 201.79 203.42 -
System Red Green Blue C M Y K H S L
Decimal 230 45 255 0.10 0.82 0 0 292.86 1 0.59
Hex E6 2D FF A 52 0 0 125 64 3B
Octal 346 55 377 12 122 0 0 445 144 73
Binary 11100110 101101 11111111 1010 1010010 0 0 100100101 1100100 111011

Color Harmonies of #E62DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DFF

Black with #E62DFF

Text Example


Text Example

White with #E62DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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