Html Css Color HEX #E702EB Psychedelic Purple

📋 copy color: '#E702EB'

red 231 ◦ green 2 ◦ blue 235

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

Shades of Psychedelic Purple #E702EB

Tints of Psychedelic Purple #E702EB

RGB

 RED value IS 231 (90.63% from 255) = 49.36%

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 49.36%
G = 0.43%
B = 50.21%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E702EB (or 0xE702EB) is known color: Psychedelic Purple. HEX triplet: E7, 02 and EB. RGB value is (231,2,235). Sum of RGB (Red+Green+Blue) = 231+2+235=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #E702EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E702EB is #18FD14. Grayscale: #606060. Windows color (decimal): -1637653 or 15401703. OLE color: 15401703.

HSL color Cylindrical-coordinate representation of color #E702EB: hue angle of 298.97º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E702EB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 2 235 -
CMYK 0.02 0.99 0 0.08
HSL 298.97º 0.98% 0.46% -
HSV(B) 298.97º 0.99% 0.92% -
XYZ 47.97 23.03 80.51 -
YUV 97.03 205.87 223.55 -
System Red Green Blue C M Y K H S L
Decimal 231 2 235 0.02 0.99 0 0.08 298.97 0.98 0.46
Hex E7 2 EB 2 63 0 8 12B 62 2E
Octal 347 2 353 2 143 0 10 453 142 56
Binary 11100111 10 11101011 10 1100011 0 1000 100101011 1100010 101110

Color Harmonies of #E702EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E702EB

Black with #E702EB

Text Example


Text Example

White with #E702EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E702EB; }

 p { color: rgb(231,2,235); }

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

background-color css

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

 a { background-color: rgb(231,2,235); }

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

border-color css

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

 span { border-color: rgb(231,2,235); }

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