Html Css Color HEX #E102EC Psychedelic Purple

📋 copy color: '#E102EC'

red 225 ◦ green 2 ◦ blue 236

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

Shades of Psychedelic Purple #E102EC

Tints of Psychedelic Purple #E102EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 48.6%
G = 0.43%
B = 50.97%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E102EC (or 0xE102EC) is known color: Psychedelic Purple. HEX triplet: E1, 02 and EC. RGB value is (225,2,236). Sum of RGB (Red+Green+Blue) = 225+2+236=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #E102EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E102EC is #1EFD13. Grayscale: #5E5E5E. Windows color (decimal): -2030868 or 15467233. OLE color: 15467233.

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

Color convert

RGB 225 2 236 -
CMYK 0.05 0.99 0 0.07
HSL 297.18º 0.98% 0.47% -
HSV(B) 297.18º 0.99% 0.93% -
XYZ 46.21 22.11 81.19 -
YUV 95.35 207.38 220.47 -
System Red Green Blue C M Y K H S L
Decimal 225 2 236 0.05 0.99 0 0.07 297.18 0.98 0.47
Hex E1 2 EC 5 63 0 7 129 62 2F
Octal 341 2 354 5 143 0 7 451 142 57
Binary 11100001 10 11101100 101 1100011 0 111 100101001 1100010 101111

Color Harmonies of #E102EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E102EC

Black with #E102EC

Text Example


Text Example

White with #E102EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E102EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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