Html Css Color HEX #E613FA Psychedelic Purple

📋 copy color: '#E613FA'

red 230 ◦ green 19 ◦ blue 250

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

Shades of Psychedelic Purple #E613FA

Tints of Psychedelic Purple #E613FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.81%

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

R = 46.09%
G = 3.81%
B = 50.1%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E613FA (or 0xE613FA) is known color: Psychedelic Purple. HEX triplet: E6, 13 and FA. RGB value is (230,19,250). Sum of RGB (Red+Green+Blue) = 230+19+250=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #E613FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613FA is #19EC05. Grayscale: #6B6B6B. Windows color (decimal): -1698822 or 16389094. OLE color: 16389094.

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

Color convert

RGB 230 19 250 -
CMYK 0.08 0.92 0 0.02
HSL 294.81º 0.96% 0.53% -
HSV(B) 294.81º 0.92% 0.98% -
XYZ 50.12 24.19 92.47 -
YUV 108.42 207.9 214.72 -
System Red Green Blue C M Y K H S L
Decimal 230 19 250 0.08 0.92 0 0.02 294.81 0.96 0.53
Hex E6 13 FA 8 5C 0 2 127 60 35
Octal 346 23 372 10 134 0 2 447 140 65
Binary 11100110 10011 11111010 1000 1011100 0 10 100100111 1100000 110101

Color Harmonies of #E613FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E613FA

Black with #E613FA

Text Example


Text Example

White with #E613FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E613FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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