Html Css Color HEX #E102FD Psychedelic Purple

📋 copy color: '#E102FD'

red 225 ◦ green 2 ◦ blue 253

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

Shades of Psychedelic Purple #E102FD

Tints of Psychedelic Purple #E102FD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

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

R = 46.88%
G = 0.42%
B = 52.71%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E102FD (or 0xE102FD) is known color: Psychedelic Purple. HEX triplet: E1, 02 and FD. RGB value is (225,2,253). Sum of RGB (Red+Green+Blue) = 225+2+253=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 2 (1.17% from 255 or 0.42% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #E102FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E102FD is #1EFD02. Grayscale: #606060. Windows color (decimal): -2030851 or 16581345. OLE color: 16581345.

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

Color convert

RGB 225 2 253 -
CMYK 0.11 0.99 0 0.01
HSL 293.31º 0.98% 0.5% -
HSV(B) 293.31º 0.99% 0.99% -
XYZ 48.8 23.14 94.82 -
YUV 97.29 215.88 219.09 -
System Red Green Blue C M Y K H S L
Decimal 225 2 253 0.11 0.99 0 0.01 293.31 0.98 0.5
Hex E1 2 FD B 63 0 1 125 62 32
Octal 341 2 375 13 143 0 1 445 142 62
Binary 11100001 10 11111101 1011 1100011 0 1 100100101 1100010 110010

Color Harmonies of #E102FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102FD

Black with #E102FD

Text Example


Text Example

White with #E102FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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