Html Css Color HEX #E61AFB Psychedelic Purple

📋 copy color: '#E61AFB'

red 230 ◦ green 26 ◦ blue 251

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

Shades of Psychedelic Purple #E61AFB

Tints of Psychedelic Purple #E61AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.13%

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

R = 45.36%
G = 5.13%
B = 49.51%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E61AFB (or 0xE61AFB) is known color: Psychedelic Purple. HEX triplet: E6, 1A and FB. RGB value is (230,26,251). Sum of RGB (Red+Green+Blue) = 230+26+251=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 26 (10.55% from 255 or 5.13% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #E61AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61AFB is #19E504. Grayscale: #6F6F6F. Windows color (decimal): -1697029 or 16456422. OLE color: 16456422.

HSL color Cylindrical-coordinate representation of color #E61AFB: hue angle of 294.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61AFB is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 26 251 -
CMYK 0.08 0.90 0 0.02
HSL 294.4º 0.97% 0.54% -
HSV(B) 294.4º 0.9% 0.98% -
XYZ 50.42 24.53 93.34 -
YUV 112.65 206.09 211.7 -
System Red Green Blue C M Y K H S L
Decimal 230 26 251 0.08 0.90 0 0.02 294.4 0.97 0.54
Hex E6 1A FB 8 5A 0 2 126 61 36
Octal 346 32 373 10 132 0 2 446 141 66
Binary 11100110 11010 11111011 1000 1011010 0 10 100100110 1100001 110110

Color Harmonies of #E61AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61AFB

Black with #E61AFB

Text Example


Text Example

White with #E61AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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