Html Css Color HEX #E502FF Psychedelic Purple

📋 copy color: '#E502FF'

red 229 ◦ green 2 ◦ blue 255

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

Shades of Psychedelic Purple #E502FF

Tints of Psychedelic Purple #E502FF

RGB

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

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

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

R = 47.12%
G = 0.41%
B = 52.47%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E502FF (or 0xE502FF) is known color: Psychedelic Purple. HEX triplet: E5, 02 and FF. RGB value is (229,2,255). Sum of RGB (Red+Green+Blue) = 229+2+255=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 2 (1.17% from 255 or 0.41% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #E502FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502FF is #1AFD00. Grayscale: #616161. Windows color (decimal): -1768705 or 16712421. OLE color: 16712421.

HSL color Cylindrical-coordinate representation of color #E502FF: hue angle of 293.83º 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 #E502FF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 2 255 -
CMYK 0.10 0.99 0 0
HSL 293.83º 1% 0.5% -
HSV(B) 293.83º 0.99% 1% -
XYZ 50.38 23.92 96.57 -
YUV 98.72 216.21 220.93 -
System Red Green Blue C M Y K H S L
Decimal 229 2 255 0.10 0.99 0 0 293.83 1 0.5
Hex E5 2 FF A 63 0 0 126 64 32
Octal 345 2 377 12 143 0 0 446 144 62
Binary 11100101 10 11111111 1010 1100011 0 0 100100110 1100100 110010

Color Harmonies of #E502FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502FF

Black with #E502FF

Text Example


Text Example

White with #E502FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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