Html Css Color HEX #E603ED Psychedelic Purple

📋 copy color: '#E603ED'

red 230 ◦ green 3 ◦ blue 237

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

Shades of Psychedelic Purple #E603ED

Tints of Psychedelic Purple #E603ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.43%

R = 48.94%
G = 0.64%
B = 50.43%

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

#E603ED (or 0xE603ED) is known color: Psychedelic Purple. HEX triplet: E6, 03 and ED. RGB value is (230,3,237). Sum of RGB (Red+Green+Blue) = 230+3+237=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #E603ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603ED is #19FC12. Grayscale: #606060. Windows color (decimal): -1702931 or 15533030. OLE color: 15533030.

HSL color Cylindrical-coordinate representation of color #E603ED: hue angle of 298.21º 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 #E603ED is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 3 237 -
CMYK 0.03 0.99 0 0.07
HSL 298.21º 0.98% 0.47% -
HSV(B) 298.21º 0.99% 0.93% -
XYZ 47.95 23 82.03 -
YUV 97.55 206.71 222.47 -
System Red Green Blue C M Y K H S L
Decimal 230 3 237 0.03 0.99 0 0.07 298.21 0.98 0.47
Hex E6 3 ED 3 63 0 7 12A 62 2F
Octal 346 3 355 3 143 0 7 452 142 57
Binary 11100110 11 11101101 11 1100011 0 111 100101010 1100010 101111

Color Harmonies of #E603ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E603ED

Black with #E603ED

Text Example


Text Example

White with #E603ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E603ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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