Html Css Color HEX #E61FFB Psychedelic Purple

📋 copy color: '#E61FFB'

red 230 ◦ green 31 ◦ blue 251

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

Shades of Psychedelic Purple #E61FFB

Tints of Psychedelic Purple #E61FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.05%

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

R = 44.92%
G = 6.05%
B = 49.02%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E61FFB (or 0xE61FFB) is known color: Psychedelic Purple. HEX triplet: E6, 1F and FB. RGB value is (230,31,251). Sum of RGB (Red+Green+Blue) = 230+31+251=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #E61FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E61FFB is #19E004. Grayscale: #727272. Windows color (decimal): -1695749 or 16457702. OLE color: 16457702.

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

Color convert

RGB 230 31 251 -
CMYK 0.08 0.88 0 0.02
HSL 294.27º 0.96% 0.55% -
HSV(B) 294.27º 0.88% 0.98% -
XYZ 50.54 24.77 93.38 -
YUV 115.58 204.43 209.61 -
System Red Green Blue C M Y K H S L
Decimal 230 31 251 0.08 0.88 0 0.02 294.27 0.96 0.55
Hex E6 1F FB 8 58 0 2 126 60 37
Octal 346 37 373 10 130 0 2 446 140 67
Binary 11100110 11111 11111011 1000 1011000 0 10 100100110 1100000 110111

Color Harmonies of #E61FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FFB

Black with #E61FFB

Text Example


Text Example

White with #E61FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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