Html Css Color HEX #E62AED Psychedelic Purple

📋 copy color: '#E62AED'

red 230 ◦ green 42 ◦ blue 237

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

Shades of Psychedelic Purple #E62AED

Tints of Psychedelic Purple #E62AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.25%

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 45.19%
G = 8.25%
B = 46.56%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E62AED (or 0xE62AED) is known color: Psychedelic Purple. HEX triplet: E6, 2A and ED. RGB value is (230,42,237). Sum of RGB (Red+Green+Blue) = 230+42+237=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #E62AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62AED is #19D512. Grayscale: #777777. Windows color (decimal): -1692947 or 15543014. OLE color: 15543014.

HSL color Cylindrical-coordinate representation of color #E62AED: hue angle of 297.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62AED is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 42 237 -
CMYK 0.03 0.82 0 0.07
HSL 297.85º 0.84% 0.55% -
HSV(B) 297.85º 0.82% 0.93% -
XYZ 48.75 24.59 82.3 -
YUV 120.44 193.78 206.14 -
System Red Green Blue C M Y K H S L
Decimal 230 42 237 0.03 0.82 0 0.07 297.85 0.84 0.55
Hex E6 2A ED 3 52 0 7 12A 54 37
Octal 346 52 355 3 122 0 7 452 124 67
Binary 11100110 101010 11101101 11 1010010 0 111 100101010 1010100 110111

Color Harmonies of #E62AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AED

Black with #E62AED

Text Example


Text Example

White with #E62AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AED; }

 p { color: rgb(230,42,237); }

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

background-color css

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

 a { background-color: rgb(230,42,237); }

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

border-color css

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

 span { border-color: rgb(230,42,237); }

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