Html Css Color HEX #E621FB Psychedelic Purple

📋 copy color: '#E621FB'

red 230 ◦ green 33 ◦ blue 251

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

Shades of Psychedelic Purple #E621FB

Tints of Psychedelic Purple #E621FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.42%

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

R = 44.75%
G = 6.42%
B = 48.83%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E621FB (or 0xE621FB) is known color: Psychedelic Purple. HEX triplet: E6, 21 and FB. RGB value is (230,33,251). Sum of RGB (Red+Green+Blue) = 230+33+251=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 33 (13.28% from 255 or 6.42% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #E621FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E621FB is #19DE04. Grayscale: #747474. Windows color (decimal): -1695237 or 16458214. OLE color: 16458214.

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

Color convert

RGB 230 33 251 -
CMYK 0.08 0.87 0 0.02
HSL 294.22º 0.96% 0.56% -
HSV(B) 294.22º 0.87% 0.98% -
XYZ 50.59 24.88 93.4 -
YUV 116.76 203.77 208.77 -
System Red Green Blue C M Y K H S L
Decimal 230 33 251 0.08 0.87 0 0.02 294.22 0.96 0.56
Hex E6 21 FB 8 57 0 2 126 60 38
Octal 346 41 373 10 127 0 2 446 140 70
Binary 11100110 100001 11111011 1000 1010111 0 10 100100110 1100000 111000

Color Harmonies of #E621FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621FB

Black with #E621FB

Text Example


Text Example

White with #E621FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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