Html Css Color HEX #E50CFA Psychedelic Purple

📋 copy color: '#E50CFA'

red 229 ◦ green 12 ◦ blue 250

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

Shades of Psychedelic Purple #E50CFA

Tints of Psychedelic Purple #E50CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.44%

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 46.64%
G = 2.44%
B = 50.92%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E50CFA (or 0xE50CFA) is known color: Psychedelic Purple. HEX triplet: E5, 0C and FA. RGB value is (229,12,250). Sum of RGB (Red+Green+Blue) = 229+12+250=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #E50CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CFA is #1AF305. Grayscale: #676767. Windows color (decimal): -1766150 or 16387301. OLE color: 16387301.

HSL color Cylindrical-coordinate representation of color #E50CFA: hue angle of 294.71º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CFA is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 12 250 -
CMYK 0.08 0.95 0 0.02
HSL 294.71º 0.96% 0.51% -
HSV(B) 294.71º 0.95% 0.98% -
XYZ 49.7 23.82 92.42 -
YUV 104.02 210.39 217.15 -
System Red Green Blue C M Y K H S L
Decimal 229 12 250 0.08 0.95 0 0.02 294.71 0.96 0.51
Hex E5 C FA 8 5F 0 2 127 60 33
Octal 345 14 372 10 137 0 2 447 140 63
Binary 11100101 1100 11111010 1000 1011111 0 10 100100111 1100000 110011

Color Harmonies of #E50CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CFA

Black with #E50CFA

Text Example


Text Example

White with #E50CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CFA; }

 p { color: rgb(229,12,250); }

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

background-color css

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

 a { background-color: rgb(229,12,250); }

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

border-color css

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

 span { border-color: rgb(229,12,250); }

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