Html Css Color HEX #E524F2 Psychedelic Purple

📋 copy color: '#E524F2'

red 229 ◦ green 36 ◦ blue 242

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

Shades of Psychedelic Purple #E524F2

Tints of Psychedelic Purple #E524F2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.1%

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

R = 45.17%
G = 7.1%
B = 47.73%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E524F2 (or 0xE524F2) is known color: Psychedelic Purple. HEX triplet: E5, 24 and F2. RGB value is (229,36,242). Sum of RGB (Red+Green+Blue) = 229+36+242=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 36 (14.45% from 255 or 7.10% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #E524F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524F2 is #1ADB0D. Grayscale: #747474. Windows color (decimal): -1760014 or 15869157. OLE color: 15869157.

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

Color convert

RGB 229 36 242 -
CMYK 0.05 0.85 0 0.05
HSL 296.21º 0.89% 0.55% -
HSV(B) 296.21º 0.85% 0.95% -
XYZ 48.97 24.33 86.12 -
YUV 117.19 198.44 207.75 -
System Red Green Blue C M Y K H S L
Decimal 229 36 242 0.05 0.85 0 0.05 296.21 0.89 0.55
Hex E5 24 F2 5 55 0 5 128 59 37
Octal 345 44 362 5 125 0 5 450 131 67
Binary 11100101 100100 11110010 101 1010101 0 101 100101000 1011001 110111

Color Harmonies of #E524F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524F2

Black with #E524F2

Text Example


Text Example

White with #E524F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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