Html Css Color HEX #E62DF4 Psychedelic Purple

📋 copy color: '#E62DF4'

red 230 ◦ green 45 ◦ blue 244

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

Shades of Psychedelic Purple #E62DF4

Tints of Psychedelic Purple #E62DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.01%

R = 44.32%
G = 8.67%
B = 47.01%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E62DF4 (or 0xE62DF4) is known color: Psychedelic Purple. HEX triplet: E6, 2D and F4. RGB value is (230,45,244). Sum of RGB (Red+Green+Blue) = 230+45+244=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 45 (17.97% from 255 or 8.67% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #E62DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62DF4 is #19D20B. Grayscale: #7A7A7A. Windows color (decimal): -1692172 or 16002534. OLE color: 16002534.

HSL color Cylindrical-coordinate representation of color #E62DF4: hue angle of 295.78º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62DF4 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 45 244 -
CMYK 0.06 0.82 0 0.04
HSL 295.78º 0.9% 0.57% -
HSV(B) 295.78º 0.82% 0.96% -
XYZ 49.9 25.23 87.83 -
YUV 123 196.29 204.32 -
System Red Green Blue C M Y K H S L
Decimal 230 45 244 0.06 0.82 0 0.04 295.78 0.9 0.57
Hex E6 2D F4 6 52 0 4 128 5A 39
Octal 346 55 364 6 122 0 4 450 132 71
Binary 11100110 101101 11110100 110 1010010 0 100 100101000 1011010 111001

Color Harmonies of #E62DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DF4

Black with #E62DF4

Text Example


Text Example

White with #E62DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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