Html Css Color HEX #E603F8 Psychedelic Purple

📋 copy color: '#E603F8'

red 230 ◦ green 3 ◦ blue 248

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

Shades of Psychedelic Purple #E603F8

Tints of Psychedelic Purple #E603F8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.62%

 BLUE value IS 248 (97.27% from 255) = 51.56%

R = 47.82%
G = 0.62%
B = 51.56%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E603F8 (or 0xE603F8) is known color: Psychedelic Purple. HEX triplet: E6, 03 and F8. RGB value is (230,3,248). Sum of RGB (Red+Green+Blue) = 230+3+248=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 3 (1.56% from 255 or 0.62% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #E603F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603F8 is #19FC07. Grayscale: #626262. Windows color (decimal): -1702920 or 16253926. OLE color: 16253926.

HSL color Cylindrical-coordinate representation of color #E603F8: hue angle of 295.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603F8 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 3 248 -
CMYK 0.07 0.99 0 0.03
HSL 295.59º 0.98% 0.49% -
HSV(B) 295.59º 0.99% 0.97% -
XYZ 49.61 23.67 90.76 -
YUV 98.8 212.21 221.58 -
System Red Green Blue C M Y K H S L
Decimal 230 3 248 0.07 0.99 0 0.03 295.59 0.98 0.49
Hex E6 3 F8 7 63 0 3 128 62 31
Octal 346 3 370 7 143 0 3 450 142 61
Binary 11100110 11 11111000 111 1100011 0 11 100101000 1100010 110001

Color Harmonies of #E603F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E603F8

Black with #E603F8

Text Example


Text Example

White with #E603F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E603F8; }

 p { color: rgb(230,3,248); }

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

background-color css

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

 a { background-color: rgb(230,3,248); }

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

border-color css

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

 span { border-color: rgb(230,3,248); }

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