Html Css Color HEX #E502EA Psychedelic Purple

📋 copy color: '#E502EA'

red 229 ◦ green 2 ◦ blue 234

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

Shades of Psychedelic Purple #E502EA

Tints of Psychedelic Purple #E502EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 49.25%
G = 0.43%
B = 50.32%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E502EA (or 0xE502EA) is known color: Psychedelic Purple. HEX triplet: E5, 02 and EA. RGB value is (229,2,234). Sum of RGB (Red+Green+Blue) = 229+2+234=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #E502EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502EA is #1AFD15. Grayscale: #5F5F5F. Windows color (decimal): -1768726 or 15336165. OLE color: 15336165.

HSL color Cylindrical-coordinate representation of color #E502EA: hue angle of 298.71º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502EA is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 2 234 -
CMYK 0.02 0.99 0 0.08
HSL 298.71º 0.98% 0.46% -
HSV(B) 298.71º 0.99% 0.92% -
XYZ 47.19 22.64 79.73 -
YUV 96.32 205.71 222.64 -
System Red Green Blue C M Y K H S L
Decimal 229 2 234 0.02 0.99 0 0.08 298.71 0.98 0.46
Hex E5 2 EA 2 63 0 8 12B 62 2E
Octal 345 2 352 2 143 0 10 453 142 56
Binary 11100101 10 11101010 10 1100011 0 1000 100101011 1100010 101110

Color Harmonies of #E502EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502EA

Black with #E502EA

Text Example


Text Example

White with #E502EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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