Html Css Color HEX #E51BF2 Psychedelic Purple

📋 copy color: '#E51BF2'

red 229 ◦ green 27 ◦ blue 242

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

Shades of Psychedelic Purple #E51BF2

Tints of Psychedelic Purple #E51BF2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.42%

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 45.98%
G = 5.42%
B = 48.59%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E51BF2 (or 0xE51BF2) is known color: Psychedelic Purple. HEX triplet: E5, 1B and F2. RGB value is (229,27,242). Sum of RGB (Red+Green+Blue) = 229+27+242=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #E51BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51BF2 is #1AE40D. Grayscale: #6F6F6F. Windows color (decimal): -1762318 or 15866853. OLE color: 15866853.

HSL color Cylindrical-coordinate representation of color #E51BF2: hue angle of 296.37º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51BF2 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 27 242 -
CMYK 0.05 0.89 0 0.05
HSL 296.37º 0.89% 0.53% -
HSV(B) 296.37º 0.89% 0.95% -
XYZ 48.73 23.85 86.04 -
YUV 111.91 201.42 211.52 -
System Red Green Blue C M Y K H S L
Decimal 229 27 242 0.05 0.89 0 0.05 296.37 0.89 0.53
Hex E5 1B F2 5 59 0 5 128 59 35
Octal 345 33 362 5 131 0 5 450 131 65
Binary 11100101 11011 11110010 101 1011001 0 101 100101000 1011001 110101

Color Harmonies of #E51BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51BF2

Black with #E51BF2

Text Example


Text Example

White with #E51BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51BF2; }

 p { color: rgb(229,27,242); }

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

background-color css

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

 a { background-color: rgb(229,27,242); }

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

border-color css

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

 span { border-color: rgb(229,27,242); }

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