Html Css Color HEX #E502F8 Psychedelic Purple

📋 copy color: '#E502F8'

red 229 ◦ green 2 ◦ blue 248

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

Shades of Psychedelic Purple #E502F8

Tints of Psychedelic Purple #E502F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.77%

R = 47.81%
G = 0.42%
B = 51.77%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E502F8 (or 0xE502F8) is known color: Psychedelic Purple. HEX triplet: E5, 02 and F8. RGB value is (229,2,248). Sum of RGB (Red+Green+Blue) = 229+2+248=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 2 (1.17% from 255 or 0.42% from 479); Blue value is 248 (97.27% from 255 or 51.77% from 479); Max value from RGB is 248 - color contains mainly: blue. Hex color #E502F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502F8 is #1AFD07. Grayscale: #616161. Windows color (decimal): -1768712 or 16253669. OLE color: 16253669.

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

Color convert

RGB 229 2 248 -
CMYK 0.08 0.99 0 0.03
HSL 295.37º 0.98% 0.49% -
HSV(B) 295.37º 0.99% 0.97% -
XYZ 49.28 23.48 90.74 -
YUV 97.92 212.71 221.5 -
System Red Green Blue C M Y K H S L
Decimal 229 2 248 0.08 0.99 0 0.03 295.37 0.98 0.49
Hex E5 2 F8 8 63 0 3 127 62 31
Octal 345 2 370 10 143 0 3 447 142 61
Binary 11100101 10 11111000 1000 1100011 0 11 100100111 1100010 110001

Color Harmonies of #E502F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502F8

Black with #E502F8

Text Example


Text Example

White with #E502F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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