Html Css Color HEX #EC00FB Psychedelic Purple

📋 copy color: '#EC00FB'

red 236 ◦ green 0 ◦ blue 251

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

Shades of Psychedelic Purple #EC00FB

Tints of Psychedelic Purple #EC00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.46%
G = 0%
B = 51.54%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC00FB (or 0xEC00FB) is known color: Psychedelic Purple. HEX triplet: EC, 00 and FB. RGB value is (236,0,251). Sum of RGB (Red+Green+Blue) = 236+0+251=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00FB is #13FF04. Grayscale: #626262. Windows color (decimal): -1310469 or 16449772. OLE color: 16449772.

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

Color convert

RGB 236 0 251 -
CMYK 0.06 1 0 0.02
HSL 296.41º 1% 0.49% -
HSV(B) 296.41º 1% 0.98% -
XYZ 52 24.8 93.31 -
YUV 99.18 213.69 225.59 -
System Red Green Blue C M Y K H S L
Decimal 236 0 251 0.06 1 0 0.02 296.41 1 0.49
Hex EC 0 FB 6 64 0 2 128 64 31
Octal 354 0 373 6 144 0 2 450 144 61
Binary 11101100 0 11111011 110 1100100 0 10 100101000 1100100 110001

Color Harmonies of #EC00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00FB

Black with #EC00FB

Text Example


Text Example

White with #EC00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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