Html Css Color HEX #E512FD Psychedelic Purple

📋 copy color: '#E512FD'

red 229 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #E512FD

Tints of Psychedelic Purple #E512FD

RGB

 RED value IS 229 (89.84% from 255) = 45.8%

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

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

R = 45.8%
G = 3.6%
B = 50.6%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E512FD (or 0xE512FD) is known color: Psychedelic Purple. HEX triplet: E5, 12 and FD. RGB value is (229,18,253). Sum of RGB (Red+Green+Blue) = 229+18+253=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 18 (7.42% from 255 or 3.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #E512FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E512FD is #1AED02. Grayscale: #6B6B6B. Windows color (decimal): -1764611 or 16585445. OLE color: 16585445.

HSL color Cylindrical-coordinate representation of color #E512FD: hue angle of 293.87º 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 #E512FD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 18 253 -
CMYK 0.09 0.93 0 0.01
HSL 293.87º 0.98% 0.53% -
HSV(B) 293.87º 0.93% 0.99% -
XYZ 50.26 24.18 94.95 -
YUV 107.88 209.9 214.39 -
System Red Green Blue C M Y K H S L
Decimal 229 18 253 0.09 0.93 0 0.01 293.87 0.98 0.53
Hex E5 12 FD 9 5D 0 1 126 62 35
Octal 345 22 375 11 135 0 1 446 142 65
Binary 11100101 10010 11111101 1001 1011101 0 1 100100110 1100010 110101

Color Harmonies of #E512FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512FD

Black with #E512FD

Text Example


Text Example

White with #E512FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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