Html Css Color HEX #E40CEB Psychedelic Purple

📋 copy color: '#E40CEB'

red 228 ◦ green 12 ◦ blue 235

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

Shades of Psychedelic Purple #E40CEB

Tints of Psychedelic Purple #E40CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.53%

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

R = 48%
G = 2.53%
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

#E40CEB (or 0xE40CEB) is known color: Psychedelic Purple. HEX triplet: E4, 0C and EB. RGB value is (228,12,235). Sum of RGB (Red+Green+Blue) = 228+12+235=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #E40CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CEB is #1BF314. Grayscale: #656565. Windows color (decimal): -1831701 or 15404260. OLE color: 15404260.

HSL color Cylindrical-coordinate representation of color #E40CEB: hue angle of 298.12º degrees, saturation: 0.9, 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 #E40CEB is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 12 235 -
CMYK 0.03 0.95 0 0.08
HSL 298.12º 0.9% 0.48% -
HSV(B) 298.12º 0.95% 0.92% -
XYZ 47.12 22.76 80.51 -
YUV 102.01 203.06 217.87 -
System Red Green Blue C M Y K H S L
Decimal 228 12 235 0.03 0.95 0 0.08 298.12 0.9 0.48
Hex E4 C EB 3 5F 0 8 12A 5A 30
Octal 344 14 353 3 137 0 10 452 132 60
Binary 11100100 1100 11101011 11 1011111 0 1000 100101010 1011010 110000

Color Harmonies of #E40CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CEB

Black with #E40CEB

Text Example


Text Example

White with #E40CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CEB; }

 p { color: rgb(228,12,235); }

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

background-color css

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

 a { background-color: rgb(228,12,235); }

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

border-color css

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

 span { border-color: rgb(228,12,235); }

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