Html Css Color HEX #E102FF Psychedelic Purple

📋 copy color: '#E102FF'

red 225 ◦ green 2 ◦ blue 255

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

Shades of Psychedelic Purple #E102FF

Tints of Psychedelic Purple #E102FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.9%

R = 46.68%
G = 0.41%
B = 52.9%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E102FF (or 0xE102FF) is known color: Psychedelic Purple. HEX triplet: E1, 02 and FF. RGB value is (225,2,255). Sum of RGB (Red+Green+Blue) = 225+2+255=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #E102FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E102FF is #1EFD00. Grayscale: #606060. Windows color (decimal): -2030849 or 16712417. OLE color: 16712417.

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

Color convert

RGB 225 2 255 -
CMYK 0.12 0.99 0 0
HSL 292.89º 1% 0.5% -
HSV(B) 292.89º 0.99% 1% -
XYZ 49.12 23.27 96.51 -
YUV 97.52 216.88 218.93 -
System Red Green Blue C M Y K H S L
Decimal 225 2 255 0.12 0.99 0 0 292.89 1 0.5
Hex E1 2 FF C 63 0 0 125 64 32
Octal 341 2 377 14 143 0 0 445 144 62
Binary 11100001 10 11111111 1100 1100011 0 0 100100101 1100100 110010

Color Harmonies of #E102FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102FF

Black with #E102FF

Text Example


Text Example

White with #E102FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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