Html Css Color HEX #E50CF2 Psychedelic Purple

📋 copy color: '#E50CF2'

red 229 ◦ green 12 ◦ blue 242

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

Shades of Psychedelic Purple #E50CF2

Tints of Psychedelic Purple #E50CF2

RGB

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

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

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

R = 47.41%
G = 2.48%
B = 50.1%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E50CF2 (or 0xE50CF2) is known color: Psychedelic Purple. HEX triplet: E5, 0C and F2. RGB value is (229,12,242). Sum of RGB (Red+Green+Blue) = 229+12+242=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #E50CF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CF2 is #1AF30D. Grayscale: #666666. Windows color (decimal): -1766158 or 15863013. OLE color: 15863013.

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

Color convert

RGB 229 12 242 -
CMYK 0.05 0.95 0 0.05
HSL 296.61º 0.91% 0.5% -
HSV(B) 296.61º 0.95% 0.95% -
XYZ 48.47 23.33 85.95 -
YUV 103.1 206.39 217.8 -
System Red Green Blue C M Y K H S L
Decimal 229 12 242 0.05 0.95 0 0.05 296.61 0.91 0.5
Hex E5 C F2 5 5F 0 5 129 5B 32
Octal 345 14 362 5 137 0 5 451 133 62
Binary 11100101 1100 11110010 101 1011111 0 101 100101001 1011011 110010

Color Harmonies of #E50CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50CF2

Black with #E50CF2

Text Example


Text Example

White with #E50CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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