Html Css Color HEX #E418F2 Psychedelic Purple

📋 copy color: '#E418F2'

red 228 ◦ green 24 ◦ blue 242

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

Shades of Psychedelic Purple #E418F2

Tints of Psychedelic Purple #E418F2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.86%

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

R = 46.15%
G = 4.86%
B = 48.99%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E418F2 (or 0xE418F2) is known color: Psychedelic Purple. HEX triplet: E4, 18 and F2. RGB value is (228,24,242). Sum of RGB (Red+Green+Blue) = 228+24+242=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #E418F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E418F2 is #1BE70D. Grayscale: #6D6D6D. Windows color (decimal): -1828622 or 15866084. OLE color: 15866084.

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

Color convert

RGB 228 24 242 -
CMYK 0.06 0.90 0 0.05
HSL 296.15º 0.89% 0.52% -
HSV(B) 296.15º 0.9% 0.95% -
XYZ 48.35 23.56 86 -
YUV 109.85 202.59 212.27 -
System Red Green Blue C M Y K H S L
Decimal 228 24 242 0.06 0.90 0 0.05 296.15 0.89 0.52
Hex E4 18 F2 6 5A 0 5 128 59 34
Octal 344 30 362 6 132 0 5 450 131 64
Binary 11100100 11000 11110010 110 1011010 0 101 100101000 1011001 110100

Color Harmonies of #E418F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E418F2

Black with #E418F2

Text Example


Text Example

White with #E418F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E418F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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