Html Css Color HEX #E602E3 Psychedelic Purple

📋 copy color: '#E602E3'

red 230 ◦ green 2 ◦ blue 227

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

Shades of Psychedelic Purple #E602E3

Tints of Psychedelic Purple #E602E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.46%

R = 50.11%
G = 0.44%
B = 49.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E602E3 (or 0xE602E3) is known color: Psychedelic Purple. HEX triplet: E6, 02 and E3. RGB value is (230,2,227). Sum of RGB (Red+Green+Blue) = 230+2+227=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 227 (89.06% from 255 or 49.46% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E602E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E602E3 is #19FD1C. Grayscale: #5F5F5F. Windows color (decimal): -1703197 or 14877414. OLE color: 14877414.

HSL color Cylindrical-coordinate representation of color #E602E3: hue angle of 300.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E602E3 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 227 -
CMYK 0 0.99 0.01 0.10
HSL 300.79º 0.98% 0.45% -
HSV(B) 300.79º 0.99% 0.9% -
XYZ 46.52 22.41 74.55 -
YUV 95.82 202.04 223.7 -
System Red Green Blue C M Y K H S L
Decimal 230 2 227 0 0.99 0.01 0.10 300.79 0.98 0.45
Hex E6 2 E3 0 63 1 A 12D 62 2D
Octal 346 2 343 0 143 1 12 455 142 55
Binary 11100110 10 11100011 0 1100011 1 1010 100101101 1100010 101101

Color Harmonies of #E602E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602E3

Black with #E602E3

Text Example


Text Example

White with #E602E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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