Html Css Color HEX #E602FB Psychedelic Purple

📋 copy color: '#E602FB'

red 230 ◦ green 2 ◦ blue 251

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

Shades of Psychedelic Purple #E602FB

Tints of Psychedelic Purple #E602FB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

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

R = 47.62%
G = 0.41%
B = 51.97%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E602FB (or 0xE602FB) is known color: Psychedelic Purple. HEX triplet: E6, 02 and FB. RGB value is (230,2,251). Sum of RGB (Red+Green+Blue) = 230+2+251=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 2 (1.17% from 255 or 0.41% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #E602FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E602FB is #19FD04. Grayscale: #616161. Windows color (decimal): -1703173 or 16450278. OLE color: 16450278.

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

Color convert

RGB 230 2 251 -
CMYK 0.08 0.99 0 0.02
HSL 294.94º 0.98% 0.5% -
HSV(B) 294.94º 0.99% 0.98% -
XYZ 50.07 23.83 93.23 -
YUV 98.56 214.04 221.75 -
System Red Green Blue C M Y K H S L
Decimal 230 2 251 0.08 0.99 0 0.02 294.94 0.98 0.5
Hex E6 2 FB 8 63 0 2 127 62 32
Octal 346 2 373 10 143 0 2 447 142 62
Binary 11100110 10 11111011 1000 1100011 0 10 100100111 1100010 110010

Color Harmonies of #E602FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602FB

Black with #E602FB

Text Example


Text Example

White with #E602FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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