Html Css Color HEX #E620FB Psychedelic Purple

📋 copy color: '#E620FB'

red 230 ◦ green 32 ◦ blue 251

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

Shades of Psychedelic Purple #E620FB

Tints of Psychedelic Purple #E620FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.24%

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

R = 44.83%
G = 6.24%
B = 48.93%

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

#E620FB (or 0xE620FB) is known color: Psychedelic Purple. HEX triplet: E6, 20 and FB. RGB value is (230,32,251). Sum of RGB (Red+Green+Blue) = 230+32+251=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #E620FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E620FB is #19DF04. Grayscale: #737373. Windows color (decimal): -1695493 or 16457958. OLE color: 16457958.

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

Color convert

RGB 230 32 251 -
CMYK 0.08 0.87 0 0.02
HSL 294.25º 0.96% 0.55% -
HSV(B) 294.25º 0.87% 0.98% -
XYZ 50.56 24.82 93.39 -
YUV 116.17 204.1 209.19 -
System Red Green Blue C M Y K H S L
Decimal 230 32 251 0.08 0.87 0 0.02 294.25 0.96 0.55
Hex E6 20 FB 8 57 0 2 126 60 37
Octal 346 40 373 10 127 0 2 446 140 67
Binary 11100110 100000 11111011 1000 1010111 0 10 100100110 1100000 110111

Color Harmonies of #E620FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620FB

Black with #E620FB

Text Example


Text Example

White with #E620FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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