Html Css Color HEX #E40BEE Psychedelic Purple

📋 copy color: '#E40BEE'

red 228 ◦ green 11 ◦ blue 238

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

Shades of Psychedelic Purple #E40BEE

Tints of Psychedelic Purple #E40BEE

RGB

 RED value IS 228 (89.45% from 255) = 47.8%

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

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

R = 47.8%
G = 2.31%
B = 49.9%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E40BEE (or 0xE40BEE) is known color: Psychedelic Purple. HEX triplet: E4, 0B and EE. RGB value is (228,11,238). Sum of RGB (Red+Green+Blue) = 228+11+238=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 11 (4.69% from 255 or 2.31% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #E40BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40BEE is #1BF411. Grayscale: #656565. Windows color (decimal): -1831954 or 15600612. OLE color: 15600612.

HSL color Cylindrical-coordinate representation of color #E40BEE: hue angle of 297.36º 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 #E40BEE is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 228 11 238 -
CMYK 0.04 0.95 0 0.07
HSL 297.36º 0.91% 0.49% -
HSV(B) 297.36º 0.95% 0.93% -
XYZ 47.55 22.91 82.8 -
YUV 101.76 204.89 218.04 -
System Red Green Blue C M Y K H S L
Decimal 228 11 238 0.04 0.95 0 0.07 297.36 0.91 0.49
Hex E4 B EE 4 5F 0 7 129 5B 31
Octal 344 13 356 4 137 0 7 451 133 61
Binary 11100100 1011 11101110 100 1011111 0 111 100101001 1011011 110001

Color Harmonies of #E40BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40BEE

Black with #E40BEE

Text Example


Text Example

White with #E40BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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