Html Css Color HEX #EC04FF Psychedelic Purple

📋 copy color: '#EC04FF'

red 236 ◦ green 4 ◦ blue 255

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

Shades of Psychedelic Purple #EC04FF

Tints of Psychedelic Purple #EC04FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 47.68%
G = 0.81%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC04FF (or 0xEC04FF) is known color: Psychedelic Purple. HEX triplet: EC, 04 and FF. RGB value is (236,4,255). Sum of RGB (Red+Green+Blue) = 236+4+255=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 4 (1.95% from 255 or 0.81% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC04FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC04FF is #13FB00. Grayscale: #656565. Windows color (decimal): -1309441 or 16712940. OLE color: 16712940.

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

Color convert

RGB 236 4 255 -
CMYK 0.07 0.98 0 0
HSL 295.46º 1% 0.51% -
HSV(B) 295.46º 0.98% 1% -
XYZ 52.69 25.14 96.68 -
YUV 101.98 214.36 223.59 -
System Red Green Blue C M Y K H S L
Decimal 236 4 255 0.07 0.98 0 0 295.46 1 0.51
Hex EC 4 FF 7 62 0 0 127 64 33
Octal 354 4 377 7 142 0 0 447 144 63
Binary 11101100 100 11111111 111 1100010 0 0 100100111 1100100 110011

Color Harmonies of #EC04FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04FF

Black with #EC04FF

Text Example


Text Example

White with #EC04FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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