Html Css Color HEX #EC04F1 Psychedelic Purple

📋 copy color: '#EC04F1'

red 236 ◦ green 4 ◦ blue 241

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

Shades of Psychedelic Purple #EC04F1

Tints of Psychedelic Purple #EC04F1

RGB

 RED value IS 236 (92.58% from 255) = 49.06%

 GREEN value IS 4 (1.95% from 255) = 0.83%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 49.06%
G = 0.83%
B = 50.1%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC04F1 (or 0xEC04F1) is known color: Psychedelic Purple. HEX triplet: EC, 04 and F1. RGB value is (236,4,241). Sum of RGB (Red+Green+Blue) = 236+4+241=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 4 (1.95% from 255 or 0.83% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC04F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04F1 is #13FB0E. Grayscale: #636363. Windows color (decimal): -1309455 or 15795436. OLE color: 15795436.

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

Color convert

RGB 236 4 241 -
CMYK 0.02 0.98 0 0.05
HSL 298.73º 0.97% 0.48% -
HSV(B) 298.73º 0.98% 0.95% -
XYZ 50.51 24.27 85.24 -
YUV 100.39 207.36 224.73 -
System Red Green Blue C M Y K H S L
Decimal 236 4 241 0.02 0.98 0 0.05 298.73 0.97 0.48
Hex EC 4 F1 2 62 0 5 12B 61 30
Octal 354 4 361 2 142 0 5 453 141 60
Binary 11101100 100 11110001 10 1100010 0 101 100101011 1100001 110000

Color Harmonies of #EC04F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04F1

Black with #EC04F1

Text Example


Text Example

White with #EC04F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04F1; }

 p { color: rgb(236,4,241); }

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

background-color css

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

 a { background-color: rgb(236,4,241); }

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

border-color css

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

 span { border-color: rgb(236,4,241); }

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