Html Css Color HEX #E62DFB Psychedelic Purple

📋 copy color: '#E62DFB'

red 230 ◦ green 45 ◦ blue 251

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

Shades of Psychedelic Purple #E62DFB

Tints of Psychedelic Purple #E62DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 43.73%
G = 8.56%
B = 47.72%

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

#E62DFB (or 0xE62DFB) is known color: Psychedelic Purple. HEX triplet: E6, 2D and FB. RGB value is (230,45,251). Sum of RGB (Red+Green+Blue) = 230+45+251=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 45 (17.97% from 255 or 8.56% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #E62DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62DFB is #19D204. Grayscale: #7B7B7B. Windows color (decimal): -1692165 or 16461286. OLE color: 16461286.

HSL color Cylindrical-coordinate representation of color #E62DFB: hue angle of 293.88º degrees, saturation: 0.96, 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 #E62DFB is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 45 251 -
CMYK 0.08 0.82 0 0.02
HSL 293.88º 0.96% 0.58% -
HSV(B) 293.88º 0.82% 0.98% -
XYZ 50.98 25.66 93.53 -
YUV 123.8 199.79 203.75 -
System Red Green Blue C M Y K H S L
Decimal 230 45 251 0.08 0.82 0 0.02 293.88 0.96 0.58
Hex E6 2D FB 8 52 0 2 126 60 3A
Octal 346 55 373 10 122 0 2 446 140 72
Binary 11100110 101101 11111011 1000 1010010 0 10 100100110 1100000 111010

Color Harmonies of #E62DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DFB

Black with #E62DFB

Text Example


Text Example

White with #E62DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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