Html Css Color HEX #E40EE7 Psychedelic Purple

📋 copy color: '#E40EE7'

red 228 ◦ green 14 ◦ blue 231

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

Shades of Psychedelic Purple #E40EE7

Tints of Psychedelic Purple #E40EE7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.96%

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 48.2%
G = 2.96%
B = 48.84%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E40EE7 (or 0xE40EE7) is known color: Psychedelic Purple. HEX triplet: E4, 0E and E7. RGB value is (228,14,231). Sum of RGB (Red+Green+Blue) = 228+14+231=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #E40EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EE7 is #1BF118. Grayscale: #666666. Windows color (decimal): -1831193 or 15142628. OLE color: 15142628.

HSL color Cylindrical-coordinate representation of color #E40EE7: hue angle of 299.17º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EE7 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 228 14 231 -
CMYK 0.01 0.94 0 0.09
HSL 299.17º 0.89% 0.48% -
HSV(B) 299.17º 0.94% 0.91% -
XYZ 46.58 22.58 77.5 -
YUV 102.72 200.4 217.36 -
System Red Green Blue C M Y K H S L
Decimal 228 14 231 0.01 0.94 0 0.09 299.17 0.89 0.48
Hex E4 E E7 1 5E 0 9 12B 59 30
Octal 344 16 347 1 136 0 11 453 131 60
Binary 11100100 1110 11100111 1 1011110 0 1001 100101011 1011001 110000

Color Harmonies of #E40EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EE7

Black with #E40EE7

Text Example


Text Example

White with #E40EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EE7; }

 p { color: rgb(228,14,231); }

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

background-color css

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

 a { background-color: rgb(228,14,231); }

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

border-color css

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

 span { border-color: rgb(228,14,231); }

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