Html Css Color HEX #EC00FF Psychedelic Purple

📋 copy color: '#EC00FF'

red 236 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #EC00FF

Tints of Psychedelic Purple #EC00FF

RGB

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

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

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

R = 48.07%
G = 0%
B = 51.93%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC00FF (or 0xEC00FF) is known color: Psychedelic Purple. HEX triplet: EC, 00 and FF. RGB value is (236,0,255). Sum of RGB (Red+Green+Blue) = 236+0+255=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 0 (0.39% from 255 or 0% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC00FF is #13FF00. Grayscale: #626262. Windows color (decimal): -1310465 or 16711916. OLE color: 16711916.

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

Color convert

RGB 236 0 255 -
CMYK 0.07 1 0 0
HSL 295.53º 1% 0.5% -
HSV(B) 295.53º 1% 1% -
XYZ 52.64 25.05 96.67 -
YUV 99.63 215.69 225.27 -
System Red Green Blue C M Y K H S L
Decimal 236 0 255 0.07 1 0 0 295.53 1 0.5
Hex EC 0 FF 7 64 0 0 128 64 32
Octal 354 0 377 7 144 0 0 450 144 62
Binary 11101100 0 11111111 111 1100100 0 0 100101000 1100100 110010

Color Harmonies of #EC00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00FF

Black with #EC00FF

Text Example


Text Example

White with #EC00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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