Html Css Color HEX #E627FA Psychedelic Purple

📋 copy color: '#E627FA'

red 230 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #E627FA

Tints of Psychedelic Purple #E627FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.51%

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 44.32%
G = 7.51%
B = 48.17%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E627FA (or 0xE627FA) is known color: Psychedelic Purple. HEX triplet: E6, 27 and FA. RGB value is (230,39,250). Sum of RGB (Red+Green+Blue) = 230+39+250=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 39 (15.62% from 255 or 7.51% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #E627FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E627FA is #19D805. Grayscale: #777777. Windows color (decimal): -1693702 or 16394214. OLE color: 16394214.

HSL color Cylindrical-coordinate representation of color #E627FA: hue angle of 294.31º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E627FA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 39 250 -
CMYK 0.08 0.84 0 0.02
HSL 294.31º 0.95% 0.57% -
HSV(B) 294.31º 0.84% 0.98% -
XYZ 50.61 25.18 92.63 -
YUV 120.16 201.28 206.34 -
System Red Green Blue C M Y K H S L
Decimal 230 39 250 0.08 0.84 0 0.02 294.31 0.95 0.57
Hex E6 27 FA 8 54 0 2 126 5F 39
Octal 346 47 372 10 124 0 2 446 137 71
Binary 11100110 100111 11111010 1000 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E627FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E627FA

Black with #E627FA

Text Example


Text Example

White with #E627FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E627FA; }

 p { color: rgb(230,39,250); }

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

background-color css

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

 a { background-color: rgb(230,39,250); }

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

border-color css

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

 span { border-color: rgb(230,39,250); }

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