Html Css Color HEX #E524F3 Psychedelic Purple

📋 copy color: '#E524F3'

red 229 ◦ green 36 ◦ blue 243

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

Shades of Psychedelic Purple #E524F3

Tints of Psychedelic Purple #E524F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.83%

R = 45.08%
G = 7.09%
B = 47.83%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E524F3 (or 0xE524F3) is known color: Psychedelic Purple. HEX triplet: E5, 24 and F3. RGB value is (229,36,243). Sum of RGB (Red+Green+Blue) = 229+36+243=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 36 (14.45% from 255 or 7.09% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #E524F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E524F3 is #1ADB0C. Grayscale: #747474. Windows color (decimal): -1760013 or 15934693. OLE color: 15934693.

HSL color Cylindrical-coordinate representation of color #E524F3: hue angle of 295.94º degrees, saturation: 0.9, 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 #E524F3 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 36 243 -
CMYK 0.06 0.85 0 0.05
HSL 295.94º 0.9% 0.55% -
HSV(B) 295.94º 0.85% 0.95% -
XYZ 49.12 24.39 86.91 -
YUV 117.31 198.94 207.67 -
System Red Green Blue C M Y K H S L
Decimal 229 36 243 0.06 0.85 0 0.05 295.94 0.9 0.55
Hex E5 24 F3 6 55 0 5 128 5A 37
Octal 345 44 363 6 125 0 5 450 132 67
Binary 11100101 100100 11110011 110 1010101 0 101 100101000 1011010 110111

Color Harmonies of #E524F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E524F3

Black with #E524F3

Text Example


Text Example

White with #E524F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E524F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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