Html Css Color HEX #E62CFB Psychedelic Purple

📋 copy color: '#E62CFB'

red 230 ◦ green 44 ◦ blue 251

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

Shades of Psychedelic Purple #E62CFB

Tints of Psychedelic Purple #E62CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.38%

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

R = 43.81%
G = 8.38%
B = 47.81%

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

#E62CFB (or 0xE62CFB) is known color: Psychedelic Purple. HEX triplet: E6, 2C and FB. RGB value is (230,44,251). Sum of RGB (Red+Green+Blue) = 230+44+251=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 44 (17.58% from 255 or 8.38% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #E62CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E62CFB is #19D304. Grayscale: #7A7A7A. Windows color (decimal): -1692421 or 16461030. OLE color: 16461030.

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

Color convert

RGB 230 44 251 -
CMYK 0.08 0.82 0 0.02
HSL 293.91º 0.96% 0.58% -
HSV(B) 293.91º 0.82% 0.98% -
XYZ 50.95 25.59 93.52 -
YUV 123.21 200.12 204.17 -
System Red Green Blue C M Y K H S L
Decimal 230 44 251 0.08 0.82 0 0.02 293.91 0.96 0.58
Hex E6 2C FB 8 52 0 2 126 60 3A
Octal 346 54 373 10 122 0 2 446 140 72
Binary 11100110 101100 11111011 1000 1010010 0 10 100100110 1100000 111010

Color Harmonies of #E62CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62CFB

Black with #E62CFB

Text Example


Text Example

White with #E62CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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