Html Css Color HEX #E62FF1 Psychedelic Purple

📋 copy color: '#E62FF1'

red 230 ◦ green 47 ◦ blue 241

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

Shades of Psychedelic Purple #E62FF1

Tints of Psychedelic Purple #E62FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.07%

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 44.4%
G = 9.07%
B = 46.53%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E62FF1 (or 0xE62FF1) is known color: Psychedelic Purple. HEX triplet: E6, 2F and F1. RGB value is (230,47,241). Sum of RGB (Red+Green+Blue) = 230+47+241=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 47 (18.75% from 255 or 9.07% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #E62FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62FF1 is #19D00E. Grayscale: #7B7B7B. Windows color (decimal): -1691663 or 15806438. OLE color: 15806438.

HSL color Cylindrical-coordinate representation of color #E62FF1: hue angle of 296.6º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62FF1 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 47 241 -
CMYK 0.05 0.80 0 0.05
HSL 296.6º 0.87% 0.56% -
HSV(B) 296.6º 0.8% 0.95% -
XYZ 49.53 25.21 85.47 -
YUV 123.83 194.13 203.73 -
System Red Green Blue C M Y K H S L
Decimal 230 47 241 0.05 0.80 0 0.05 296.6 0.87 0.56
Hex E6 2F F1 5 50 0 5 129 57 38
Octal 346 57 361 5 120 0 5 451 127 70
Binary 11100110 101111 11110001 101 1010000 0 101 100101001 1010111 111000

Color Harmonies of #E62FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62FF1

Black with #E62FF1

Text Example


Text Example

White with #E62FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62FF1; }

 p { color: rgb(230,47,241); }

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

background-color css

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

 a { background-color: rgb(230,47,241); }

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

border-color css

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

 span { border-color: rgb(230,47,241); }

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