Html Css Color HEX #EC01F0 Psychedelic Purple

📋 copy color: '#EC01F0'

red 236 ◦ green 1 ◦ blue 240

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

Shades of Psychedelic Purple #EC01F0

Tints of Psychedelic Purple #EC01F0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 240 (94.14% from 255) = 50.31%

R = 49.48%
G = 0.21%
B = 50.31%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC01F0 (or 0xEC01F0) is known color: Psychedelic Purple. HEX triplet: EC, 01 and F0. RGB value is (236,1,240). Sum of RGB (Red+Green+Blue) = 236+1+240=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC01F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01F0 is #13FE0F. Grayscale: #616161. Windows color (decimal): -1310224 or 15729132. OLE color: 15729132.

HSL color Cylindrical-coordinate representation of color #EC01F0: hue angle of 299º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01F0 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 1 240 -
CMYK 0.02 1.00 0 0.06
HSL 299º 0.99% 0.47% -
HSV(B) 299º 1% 0.94% -
XYZ 50.33 24.15 84.45 -
YUV 98.51 207.86 226.07 -
System Red Green Blue C M Y K H S L
Decimal 236 1 240 0.02 1.00 0 0.06 299 0.99 0.47
Hex EC 1 F0 2 64 0 6 12B 63 2F
Octal 354 1 360 2 144 0 6 453 143 57
Binary 11101100 1 11110000 10 1100100 0 110 100101011 1100011 101111

Color Harmonies of #EC01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01F0

Black with #EC01F0

Text Example


Text Example

White with #EC01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01F0; }

 p { color: rgb(236,1,240); }

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

background-color css

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

 a { background-color: rgb(236,1,240); }

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

border-color css

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

 span { border-color: rgb(236,1,240); }

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