Html Css Color HEX #E61EF7 Psychedelic Purple

📋 copy color: '#E61EF7'

red 230 ◦ green 30 ◦ blue 247

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

Shades of Psychedelic Purple #E61EF7

Tints of Psychedelic Purple #E61EF7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.92%

 BLUE value IS 247 (96.88% from 255) = 48.72%

R = 45.36%
G = 5.92%
B = 48.72%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E61EF7 (or 0xE61EF7) is known color: Psychedelic Purple. HEX triplet: E6, 1E and F7. RGB value is (230,30,247). Sum of RGB (Red+Green+Blue) = 230+30+247=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #E61EF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61EF7 is #19E108. Grayscale: #717171. Windows color (decimal): -1696009 or 16195302. OLE color: 16195302.

HSL color Cylindrical-coordinate representation of color #E61EF7: hue angle of 295.3º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61EF7 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 30 247 -
CMYK 0.07 0.88 0 0.03
HSL 295.3º 0.93% 0.54% -
HSV(B) 295.3º 0.88% 0.97% -
XYZ 49.89 24.47 90.09 -
YUV 114.54 202.76 210.36 -
System Red Green Blue C M Y K H S L
Decimal 230 30 247 0.07 0.88 0 0.03 295.3 0.93 0.54
Hex E6 1E F7 7 58 0 3 127 5D 36
Octal 346 36 367 7 130 0 3 447 135 66
Binary 11100110 11110 11110111 111 1011000 0 11 100100111 1011101 110110

Color Harmonies of #E61EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61EF7

Black with #E61EF7

Text Example


Text Example

White with #E61EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61EF7; }

 p { color: rgb(230,30,247); }

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

background-color css

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

 a { background-color: rgb(230,30,247); }

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

border-color css

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

 span { border-color: rgb(230,30,247); }

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