Html Css Color HEX #E608EB Psychedelic Purple

📋 copy color: '#E608EB'

red 230 ◦ green 8 ◦ blue 235

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

Shades of Psychedelic Purple #E608EB

Tints of Psychedelic Purple #E608EB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

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

R = 48.63%
G = 1.69%
B = 49.68%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E608EB (or 0xE608EB) is known color: Psychedelic Purple. HEX triplet: E6, 08 and EB. RGB value is (230,8,235). Sum of RGB (Red+Green+Blue) = 230+8+235=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #E608EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E608EB is #19F714. Grayscale: #636363. Windows color (decimal): -1701653 or 15403238. OLE color: 15403238.

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

Color convert

RGB 230 8 235 -
CMYK 0.02 0.97 0 0.08
HSL 298.68º 0.93% 0.48% -
HSV(B) 298.68º 0.97% 0.92% -
XYZ 47.72 22.99 80.52 -
YUV 100.26 204.05 220.54 -
System Red Green Blue C M Y K H S L
Decimal 230 8 235 0.02 0.97 0 0.08 298.68 0.93 0.48
Hex E6 8 EB 2 61 0 8 12B 5D 30
Octal 346 10 353 2 141 0 10 453 135 60
Binary 11100110 1000 11101011 10 1100001 0 1000 100101011 1011101 110000

Color Harmonies of #E608EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E608EB

Black with #E608EB

Text Example


Text Example

White with #E608EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E608EB; }

 p { color: rgb(230,8,235); }

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

background-color css

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

 a { background-color: rgb(230,8,235); }

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

border-color css

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

 span { border-color: rgb(230,8,235); }

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