Html Css Color HEX #E012F8 Psychedelic Purple

📋 copy color: '#E012F8'

red 224 ◦ green 18 ◦ blue 248

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

Shades of Psychedelic Purple #E012F8

Tints of Psychedelic Purple #E012F8

RGB

 RED value IS 224 (87.89% from 255) = 45.71%

 GREEN value IS 18 (7.42% from 255) = 3.67%

 BLUE value IS 248 (97.27% from 255) = 50.61%

R = 45.71%
G = 3.67%
B = 50.61%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E012F8 (or 0xE012F8) is known color: Psychedelic Purple. HEX triplet: E0, 12 and F8. RGB value is (224,18,248). Sum of RGB (Red+Green+Blue) = 224+18+248=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #E012F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012F8 is #1FED07. Grayscale: #696969. Windows color (decimal): -2092296 or 16257760. OLE color: 16257760.

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

Color convert

RGB 224 18 248 -
CMYK 0.10 0.93 0 0.03
HSL 293.74º 0.94% 0.52% -
HSV(B) 293.74º 0.93% 0.97% -
XYZ 47.9 23.06 90.73 -
YUV 105.81 208.25 212.3 -
System Red Green Blue C M Y K H S L
Decimal 224 18 248 0.10 0.93 0 0.03 293.74 0.94 0.52
Hex E0 12 F8 A 5D 0 3 126 5E 34
Octal 340 22 370 12 135 0 3 446 136 64
Binary 11100000 10010 11111000 1010 1011101 0 11 100100110 1011110 110100

Color Harmonies of #E012F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012F8

Black with #E012F8

Text Example


Text Example

White with #E012F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012F8; }

 p { color: rgb(224,18,248); }

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

background-color css

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

 a { background-color: rgb(224,18,248); }

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

border-color css

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

 span { border-color: rgb(224,18,248); }

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