Html Css Color HEX #E610EB Psychedelic Purple

📋 copy color: '#E610EB'

red 230 ◦ green 16 ◦ blue 235

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

Shades of Psychedelic Purple #E610EB

Tints of Psychedelic Purple #E610EB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.33%

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

R = 47.82%
G = 3.33%
B = 48.86%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E610EB (or 0xE610EB) is known color: Psychedelic Purple. HEX triplet: E6, 10 and EB. RGB value is (230,16,235). Sum of RGB (Red+Green+Blue) = 230+16+235=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #E610EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E610EB is #19EF14. Grayscale: #686868. Windows color (decimal): -1699605 or 15405286. OLE color: 15405286.

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

Color convert

RGB 230 16 235 -
CMYK 0.02 0.93 0 0.08
HSL 298.63º 0.87% 0.49% -
HSV(B) 298.63º 0.93% 0.92% -
XYZ 47.81 23.19 80.55 -
YUV 104.95 201.4 217.19 -
System Red Green Blue C M Y K H S L
Decimal 230 16 235 0.02 0.93 0 0.08 298.63 0.87 0.49
Hex E6 10 EB 2 5D 0 8 12B 57 31
Octal 346 20 353 2 135 0 10 453 127 61
Binary 11100110 10000 11101011 10 1011101 0 1000 100101011 1010111 110001

Color Harmonies of #E610EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E610EB

Black with #E610EB

Text Example


Text Example

White with #E610EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E610EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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