Html Css Color HEX #E527F6 Psychedelic Purple

📋 copy color: '#E527F6'

red 229 ◦ green 39 ◦ blue 246

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

Shades of Psychedelic Purple #E527F6

Tints of Psychedelic Purple #E527F6

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.59%

 BLUE value IS 246 (96.48% from 255) = 47.86%

R = 44.55%
G = 7.59%
B = 47.86%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E527F6 (or 0xE527F6) is known color: Psychedelic Purple. HEX triplet: E5, 27 and F6. RGB value is (229,39,246). Sum of RGB (Red+Green+Blue) = 229+39+246=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 39 (15.62% from 255 or 7.59% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #E527F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E527F6 is #1AD809. Grayscale: #767676. Windows color (decimal): -1759242 or 16132069. OLE color: 16132069.

HSL color Cylindrical-coordinate representation of color #E527F6: hue angle of 295.07º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E527F6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 39 246 -
CMYK 0.07 0.84 0 0.04
HSL 295.07º 0.92% 0.56% -
HSV(B) 295.07º 0.84% 0.96% -
XYZ 49.67 24.76 89.35 -
YUV 119.41 199.45 206.17 -
System Red Green Blue C M Y K H S L
Decimal 229 39 246 0.07 0.84 0 0.04 295.07 0.92 0.56
Hex E5 27 F6 7 54 0 4 127 5C 38
Octal 345 47 366 7 124 0 4 447 134 70
Binary 11100101 100111 11110110 111 1010100 0 100 100100111 1011100 111000

Color Harmonies of #E527F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527F6

Black with #E527F6

Text Example


Text Example

White with #E527F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527F6; }

 p { color: rgb(229,39,246); }

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

background-color css

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

 a { background-color: rgb(229,39,246); }

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

border-color css

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

 span { border-color: rgb(229,39,246); }

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