Html Css Color HEX #E502FB Psychedelic Purple

📋 copy color: '#E502FB'

red 229 ◦ green 2 ◦ blue 251

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

Shades of Psychedelic Purple #E502FB

Tints of Psychedelic Purple #E502FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 47.51%
G = 0.41%
B = 52.07%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E502FB (or 0xE502FB) is known color: Psychedelic Purple. HEX triplet: E5, 02 and FB. RGB value is (229,2,251). Sum of RGB (Red+Green+Blue) = 229+2+251=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 2 (1.17% from 255 or 0.41% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #E502FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502FB is #1AFD04. Grayscale: #616161. Windows color (decimal): -1768709 or 16450277. OLE color: 16450277.

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

Color convert

RGB 229 2 251 -
CMYK 0.09 0.99 0 0.02
HSL 294.7º 0.98% 0.5% -
HSV(B) 294.7º 0.99% 0.98% -
XYZ 49.75 23.67 93.21 -
YUV 98.26 214.21 221.25 -
System Red Green Blue C M Y K H S L
Decimal 229 2 251 0.09 0.99 0 0.02 294.7 0.98 0.5
Hex E5 2 FB 9 63 0 2 127 62 32
Octal 345 2 373 11 143 0 2 447 142 62
Binary 11100101 10 11111011 1001 1100011 0 10 100100111 1100010 110010

Color Harmonies of #E502FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502FB

Black with #E502FB

Text Example


Text Example

White with #E502FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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