Html Css Color HEX #E60BEF Psychedelic Purple

📋 copy color: '#E60BEF'

red 230 ◦ green 11 ◦ blue 239

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

Shades of Psychedelic Purple #E60BEF

Tints of Psychedelic Purple #E60BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.29%

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 47.92%
G = 2.29%
B = 49.79%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E60BEF (or 0xE60BEF) is known color: Psychedelic Purple. HEX triplet: E6, 0B and EF. RGB value is (230,11,239). Sum of RGB (Red+Green+Blue) = 230+11+239=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 11 (4.69% from 255 or 2.29% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #E60BEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60BEF is #19F410. Grayscale: #656565. Windows color (decimal): -1700881 or 15666150. OLE color: 15666150.

HSL color Cylindrical-coordinate representation of color #E60BEF: hue angle of 297.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60BEF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 11 239 -
CMYK 0.04 0.95 0 0.06
HSL 297.63º 0.91% 0.49% -
HSV(B) 297.63º 0.95% 0.94% -
XYZ 48.33 23.29 83.61 -
YUV 102.47 205.05 218.96 -
System Red Green Blue C M Y K H S L
Decimal 230 11 239 0.04 0.95 0 0.06 297.63 0.91 0.49
Hex E6 B EF 4 5F 0 6 12A 5B 31
Octal 346 13 357 4 137 0 6 452 133 61
Binary 11100110 1011 11101111 100 1011111 0 110 100101010 1011011 110001

Color Harmonies of #E60BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BEF

Black with #E60BEF

Text Example


Text Example

White with #E60BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BEF; }

 p { color: rgb(230,11,239); }

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

background-color css

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

 a { background-color: rgb(230,11,239); }

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

border-color css

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

 span { border-color: rgb(230,11,239); }

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