Html Css Color HEX #E603EE Psychedelic Purple

📋 copy color: '#E603EE'

red 230 ◦ green 3 ◦ blue 238

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

Shades of Psychedelic Purple #E603EE

Tints of Psychedelic Purple #E603EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 48.83%
G = 0.64%
B = 50.53%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E603EE (or 0xE603EE) is known color: Psychedelic Purple. HEX triplet: E6, 03 and EE. RGB value is (230,3,238). Sum of RGB (Red+Green+Blue) = 230+3+238=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #E603EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603EE is #19FC11. Grayscale: #606060. Windows color (decimal): -1702930 or 15598566. OLE color: 15598566.

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

Color convert

RGB 230 3 238 -
CMYK 0.03 0.99 0 0.07
HSL 297.96º 0.98% 0.47% -
HSV(B) 297.96º 0.99% 0.93% -
XYZ 48.1 23.06 82.81 -
YUV 97.66 207.21 222.39 -
System Red Green Blue C M Y K H S L
Decimal 230 3 238 0.03 0.99 0 0.07 297.96 0.98 0.47
Hex E6 3 EE 3 63 0 7 12A 62 2F
Octal 346 3 356 3 143 0 7 452 142 57
Binary 11100110 11 11101110 11 1100011 0 111 100101010 1100010 101111

Color Harmonies of #E603EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E603EE

Black with #E603EE

Text Example


Text Example

White with #E603EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E603EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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