Html Css Color HEX #E502FD Psychedelic Purple

📋 copy color: '#E502FD'

red 229 ◦ green 2 ◦ blue 253

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

Shades of Psychedelic Purple #E502FD

Tints of Psychedelic Purple #E502FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 47.31%
G = 0.41%
B = 52.27%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E502FD (or 0xE502FD) is known color: Psychedelic Purple. HEX triplet: E5, 02 and FD. RGB value is (229,2,253). Sum of RGB (Red+Green+Blue) = 229+2+253=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #E502FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502FD is #1AFD02. Grayscale: #616161. Windows color (decimal): -1768707 or 16581349. OLE color: 16581349.

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

Color convert

RGB 229 2 253 -
CMYK 0.09 0.99 0 0.01
HSL 294.26º 0.98% 0.5% -
HSV(B) 294.26º 0.99% 0.99% -
XYZ 50.06 23.79 94.88 -
YUV 98.49 215.21 221.09 -
System Red Green Blue C M Y K H S L
Decimal 229 2 253 0.09 0.99 0 0.01 294.26 0.98 0.5
Hex E5 2 FD 9 63 0 1 126 62 32
Octal 345 2 375 11 143 0 1 446 142 62
Binary 11100101 10 11111101 1001 1100011 0 1 100100110 1100010 110010

Color Harmonies of #E502FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502FD

Black with #E502FD

Text Example


Text Example

White with #E502FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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