Html Css Color HEX #E40CF9 Psychedelic Purple

📋 copy color: '#E40CF9'

red 228 ◦ green 12 ◦ blue 249

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

Shades of Psychedelic Purple #E40CF9

Tints of Psychedelic Purple #E40CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.92%

R = 46.63%
G = 2.45%
B = 50.92%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E40CF9 (or 0xE40CF9) is known color: Psychedelic Purple. HEX triplet: E4, 0C and F9. RGB value is (228,12,249). Sum of RGB (Red+Green+Blue) = 228+12+249=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #E40CF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E40CF9 is #1BF306. Grayscale: #666666. Windows color (decimal): -1831687 or 16321764. OLE color: 16321764.

HSL color Cylindrical-coordinate representation of color #E40CF9: hue angle of 294.68º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40CF9 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 12 249 -
CMYK 0.08 0.95 0 0.02
HSL 294.68º 0.95% 0.51% -
HSV(B) 294.68º 0.95% 0.98% -
XYZ 49.23 23.6 91.58 -
YUV 103.6 210.06 216.73 -
System Red Green Blue C M Y K H S L
Decimal 228 12 249 0.08 0.95 0 0.02 294.68 0.95 0.51
Hex E4 C F9 8 5F 0 2 127 5F 33
Octal 344 14 371 10 137 0 2 447 137 63
Binary 11100100 1100 11111001 1000 1011111 0 10 100100111 1011111 110011

Color Harmonies of #E40CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40CF9

Black with #E40CF9

Text Example


Text Example

White with #E40CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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