Html Css Color HEX #E60EEB Psychedelic Purple

📋 copy color: '#E60EEB'

red 230 ◦ green 14 ◦ blue 235

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

Shades of Psychedelic Purple #E60EEB

Tints of Psychedelic Purple #E60EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.92%

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

R = 48.02%
G = 2.92%
B = 49.06%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E60EEB (or 0xE60EEB) is known color: Psychedelic Purple. HEX triplet: E6, 0E and EB. RGB value is (230,14,235). Sum of RGB (Red+Green+Blue) = 230+14+235=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #E60EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EEB is #19F114. Grayscale: #676767. Windows color (decimal): -1700117 or 15404774. OLE color: 15404774.

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

Color convert

RGB 230 14 235 -
CMYK 0.02 0.94 0 0.08
HSL 298.64º 0.89% 0.49% -
HSV(B) 298.64º 0.94% 0.92% -
XYZ 47.79 23.14 80.54 -
YUV 103.78 202.06 218.03 -
System Red Green Blue C M Y K H S L
Decimal 230 14 235 0.02 0.94 0 0.08 298.64 0.89 0.49
Hex E6 E EB 2 5E 0 8 12B 59 31
Octal 346 16 353 2 136 0 10 453 131 61
Binary 11100110 1110 11101011 10 1011110 0 1000 100101011 1011001 110001

Color Harmonies of #E60EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60EEB

Black with #E60EEB

Text Example


Text Example

White with #E60EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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