Html Css Color HEX #E123FD Psychedelic Purple

📋 copy color: '#E123FD'

red 225 ◦ green 35 ◦ blue 253

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

Shades of Psychedelic Purple #E123FD

Tints of Psychedelic Purple #E123FD

RGB

 RED value IS 225 (88.28% from 255) = 43.86%

 GREEN value IS 35 (14.06% from 255) = 6.82%

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

R = 43.86%
G = 6.82%
B = 49.32%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E123FD (or 0xE123FD) is known color: Psychedelic Purple. HEX triplet: E1, 23 and FD. RGB value is (225,35,253). Sum of RGB (Red+Green+Blue) = 225+35+253=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 35 (14.06% from 255 or 6.82% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #E123FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E123FD is #1EDC02. Grayscale: #737373. Windows color (decimal): -2022403 or 16589793. OLE color: 16589793.

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

Color convert

RGB 225 35 253 -
CMYK 0.11 0.86 0 0.01
HSL 292.29º 0.98% 0.56% -
HSV(B) 292.29º 0.86% 0.99% -
XYZ 49.38 24.3 95.02 -
YUV 116.66 204.95 205.27 -
System Red Green Blue C M Y K H S L
Decimal 225 35 253 0.11 0.86 0 0.01 292.29 0.98 0.56
Hex E1 23 FD B 56 0 1 124 62 38
Octal 341 43 375 13 126 0 1 444 142 70
Binary 11100001 100011 11111101 1011 1010110 0 1 100100100 1100010 111000

Color Harmonies of #E123FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E123FD

Black with #E123FD

Text Example


Text Example

White with #E123FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E123FD; }

 p { color: rgb(225,35,253); }

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

background-color css

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

 a { background-color: rgb(225,35,253); }

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

border-color css

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

 span { border-color: rgb(225,35,253); }

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