Html Css Color HEX #EC01FB Psychedelic Purple

📋 copy color: '#EC01FB'

red 236 ◦ green 1 ◦ blue 251

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

Shades of Psychedelic Purple #EC01FB

Tints of Psychedelic Purple #EC01FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 48.36%
G = 0.2%
B = 51.43%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC01FB (or 0xEC01FB) is known color: Psychedelic Purple. HEX triplet: EC, 01 and FB. RGB value is (236,1,251). Sum of RGB (Red+Green+Blue) = 236+1+251=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC01FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01FB is #13FE04. Grayscale: #636363. Windows color (decimal): -1310213 or 16450028. OLE color: 16450028.

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

Color convert

RGB 236 1 251 -
CMYK 0.06 1.00 0 0.02
HSL 296.4º 0.99% 0.49% -
HSV(B) 296.4º 1% 0.98% -
XYZ 52.02 24.82 93.32 -
YUV 99.77 213.36 225.17 -
System Red Green Blue C M Y K H S L
Decimal 236 1 251 0.06 1.00 0 0.02 296.4 0.99 0.49
Hex EC 1 FB 6 64 0 2 128 63 31
Octal 354 1 373 6 144 0 2 450 143 61
Binary 11101100 1 11111011 110 1100100 0 10 100101000 1100011 110001

Color Harmonies of #EC01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01FB

Black with #EC01FB

Text Example


Text Example

White with #EC01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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