Html Css Color HEX #E40BEA Psychedelic Purple

📋 copy color: '#E40BEA'

red 228 ◦ green 11 ◦ blue 234

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

Shades of Psychedelic Purple #E40BEA

Tints of Psychedelic Purple #E40BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 48.2%
G = 2.33%
B = 49.47%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E40BEA (or 0xE40BEA) is known color: Psychedelic Purple. HEX triplet: E4, 0B and EA. RGB value is (228,11,234). Sum of RGB (Red+Green+Blue) = 228+11+234=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #E40BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40BEA is #1BF415. Grayscale: #646464. Windows color (decimal): -1831958 or 15338468. OLE color: 15338468.

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

Color convert

RGB 228 11 234 -
CMYK 0.03 0.95 0 0.08
HSL 298.39º 0.91% 0.48% -
HSV(B) 298.39º 0.95% 0.92% -
XYZ 46.97 22.67 79.74 -
YUV 101.31 202.89 218.37 -
System Red Green Blue C M Y K H S L
Decimal 228 11 234 0.03 0.95 0 0.08 298.39 0.91 0.48
Hex E4 B EA 3 5F 0 8 12A 5B 30
Octal 344 13 352 3 137 0 10 452 133 60
Binary 11100100 1011 11101010 11 1011111 0 1000 100101010 1011011 110000

Color Harmonies of #E40BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40BEA

Black with #E40BEA

Text Example


Text Example

White with #E40BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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