Html Css Color HEX #E40EFD Psychedelic Purple

📋 copy color: '#E40EFD'

red 228 ◦ green 14 ◦ blue 253

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

Shades of Psychedelic Purple #E40EFD

Tints of Psychedelic Purple #E40EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 46.06%
G = 2.83%
B = 51.11%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E40EFD (or 0xE40EFD) is known color: Psychedelic Purple. HEX triplet: E4, 0E and FD. RGB value is (228,14,253). Sum of RGB (Red+Green+Blue) = 228+14+253=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #E40EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40EFD is #1BF102. Grayscale: #686868. Windows color (decimal): -1831171 or 16584420. OLE color: 16584420.

HSL color Cylindrical-coordinate representation of color #E40EFD: hue angle of 293.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40EFD is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 14 253 -
CMYK 0.10 0.94 0 0.01
HSL 293.72º 0.98% 0.52% -
HSV(B) 293.72º 0.94% 0.99% -
XYZ 49.88 23.9 94.91 -
YUV 105.23 211.4 215.57 -
System Red Green Blue C M Y K H S L
Decimal 228 14 253 0.10 0.94 0 0.01 293.72 0.98 0.52
Hex E4 E FD A 5E 0 1 126 62 34
Octal 344 16 375 12 136 0 1 446 142 64
Binary 11100100 1110 11111101 1010 1011110 0 1 100100110 1100010 110100

Color Harmonies of #E40EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EFD

Black with #E40EFD

Text Example


Text Example

White with #E40EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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