Html Css Color HEX #E40DF2 Psychedelic Purple

📋 copy color: '#E40DF2'

red 228 ◦ green 13 ◦ blue 242

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

Shades of Psychedelic Purple #E40DF2

Tints of Psychedelic Purple #E40DF2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.69%

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 47.2%
G = 2.69%
B = 50.1%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E40DF2 (or 0xE40DF2) is known color: Psychedelic Purple. HEX triplet: E4, 0D and F2. RGB value is (228,13,242). Sum of RGB (Red+Green+Blue) = 228+13+242=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 13 (5.47% from 255 or 2.69% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #E40DF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40DF2 is #1BF20D. Grayscale: #666666. Windows color (decimal): -1831438 or 15863268. OLE color: 15863268.

HSL color Cylindrical-coordinate representation of color #E40DF2: hue angle of 296.33º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40DF2 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 13 242 -
CMYK 0.06 0.95 0 0.05
HSL 296.33º 0.9% 0.5% -
HSV(B) 296.33º 0.95% 0.95% -
XYZ 48.17 23.19 85.94 -
YUV 103.39 206.23 216.88 -
System Red Green Blue C M Y K H S L
Decimal 228 13 242 0.06 0.95 0 0.05 296.33 0.9 0.5
Hex E4 D F2 6 5F 0 5 128 5A 32
Octal 344 15 362 6 137 0 5 450 132 62
Binary 11100100 1101 11110010 110 1011111 0 101 100101000 1011010 110010

Color Harmonies of #E40DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40DF2

Black with #E40DF2

Text Example


Text Example

White with #E40DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40DF2; }

 p { color: rgb(228,13,242); }

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

background-color css

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

 a { background-color: rgb(228,13,242); }

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

border-color css

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

 span { border-color: rgb(228,13,242); }

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