Html Css Color HEX #E603F5 Psychedelic Purple

📋 copy color: '#E603F5'

red 230 ◦ green 3 ◦ blue 245

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

Shades of Psychedelic Purple #E603F5

Tints of Psychedelic Purple #E603F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.26%

R = 48.12%
G = 0.63%
B = 51.26%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E603F5 (or 0xE603F5) is known color: Psychedelic Purple. HEX triplet: E6, 03 and F5. RGB value is (230,3,245). Sum of RGB (Red+Green+Blue) = 230+3+245=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 3 (1.56% from 255 or 0.63% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #E603F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603F5 is #19FC0A. Grayscale: #616161. Windows color (decimal): -1702923 or 16057318. OLE color: 16057318.

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

Color convert

RGB 230 3 245 -
CMYK 0.06 0.99 0 0.04
HSL 296.28º 0.98% 0.49% -
HSV(B) 296.28º 0.99% 0.96% -
XYZ 49.15 23.48 88.33 -
YUV 98.46 210.71 221.82 -
System Red Green Blue C M Y K H S L
Decimal 230 3 245 0.06 0.99 0 0.04 296.28 0.98 0.49
Hex E6 3 F5 6 63 0 4 128 62 31
Octal 346 3 365 6 143 0 4 450 142 61
Binary 11100110 11 11110101 110 1100011 0 100 100101000 1100010 110001

Color Harmonies of #E603F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E603F5

Black with #E603F5

Text Example


Text Example

White with #E603F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E603F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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