Html Css Color HEX #E60BEE Psychedelic Purple

📋 copy color: '#E60BEE'

red 230 ◦ green 11 ◦ blue 238

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

Shades of Psychedelic Purple #E60BEE

Tints of Psychedelic Purple #E60BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 48.02%
G = 2.3%
B = 49.69%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E60BEE (or 0xE60BEE) is known color: Psychedelic Purple. HEX triplet: E6, 0B and EE. RGB value is (230,11,238). Sum of RGB (Red+Green+Blue) = 230+11+238=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #E60BEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60BEE is #19F411. Grayscale: #656565. Windows color (decimal): -1700882 or 15600614. OLE color: 15600614.

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

Color convert

RGB 230 11 238 -
CMYK 0.03 0.95 0 0.07
HSL 297.89º 0.91% 0.49% -
HSV(B) 297.89º 0.95% 0.93% -
XYZ 48.19 23.24 82.83 -
YUV 102.36 204.55 219.04 -
System Red Green Blue C M Y K H S L
Decimal 230 11 238 0.03 0.95 0 0.07 297.89 0.91 0.49
Hex E6 B EE 3 5F 0 7 12A 5B 31
Octal 346 13 356 3 137 0 7 452 133 61
Binary 11100110 1011 11101110 11 1011111 0 111 100101010 1011011 110001

Color Harmonies of #E60BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BEE

Black with #E60BEE

Text Example


Text Example

White with #E60BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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