Html Css Color HEX #E012FD Psychedelic Purple

📋 copy color: '#E012FD'

red 224 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #E012FD

Tints of Psychedelic Purple #E012FD

RGB

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

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

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

R = 45.25%
G = 3.64%
B = 51.11%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E012FD (or 0xE012FD) is known color: Psychedelic Purple. HEX triplet: E0, 12 and FD. RGB value is (224,18,253). Sum of RGB (Red+Green+Blue) = 224+18+253=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 18 (7.42% from 255 or 3.64% 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 #E012FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E012FD is #1FED02. Grayscale: #696969. Windows color (decimal): -2092291 or 16585440. OLE color: 16585440.

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

Color convert

RGB 224 18 253 -
CMYK 0.11 0.93 0 0.01
HSL 292.6º 0.98% 0.53% -
HSV(B) 292.6º 0.93% 0.99% -
XYZ 48.69 23.37 94.87 -
YUV 106.38 210.75 211.89 -
System Red Green Blue C M Y K H S L
Decimal 224 18 253 0.11 0.93 0 0.01 292.6 0.98 0.53
Hex E0 12 FD B 5D 0 1 125 62 35
Octal 340 22 375 13 135 0 1 445 142 65
Binary 11100000 10010 11111101 1011 1011101 0 1 100100101 1100010 110101

Color Harmonies of #E012FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012FD

Black with #E012FD

Text Example


Text Example

White with #E012FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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