Html Css Color HEX #E602EE Psychedelic Purple

📋 copy color: '#E602EE'

red 230 ◦ green 2 ◦ blue 238

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

Shades of Psychedelic Purple #E602EE

Tints of Psychedelic Purple #E602EE

RGB

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

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

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

R = 48.94%
G = 0.43%
B = 50.64%

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

#E602EE (or 0xE602EE) is known color: Psychedelic Purple. HEX triplet: E6, 02 and EE. RGB value is (230,2,238). Sum of RGB (Red+Green+Blue) = 230+2+238=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #E602EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E602EE is #19FD11. Grayscale: #606060. Windows color (decimal): -1703186 or 15598310. OLE color: 15598310.

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

Color convert

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

Color Harmonies of #E602EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E602EE

Black with #E602EE

Text Example


Text Example

White with #E602EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E602EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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