Html Css Color HEX #EC0FFF Psychedelic Purple

📋 copy color: '#EC0FFF'

red 236 ◦ green 15 ◦ blue 255

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

Shades of Psychedelic Purple #EC0FFF

Tints of Psychedelic Purple #EC0FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.96%

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

R = 46.64%
G = 2.96%
B = 50.4%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC0FFF (or 0xEC0FFF) is known color: Psychedelic Purple. HEX triplet: EC, 0F and FF. RGB value is (236,15,255). Sum of RGB (Red+Green+Blue) = 236+15+255=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 15 (6.25% from 255 or 2.96% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC0FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0FFF is #13F000. Grayscale: #6B6B6B. Windows color (decimal): -1306625 or 16715756. OLE color: 16715756.

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

Color convert

RGB 236 15 255 -
CMYK 0.07 0.94 0 0
HSL 295.25º 1% 0.53% -
HSV(B) 295.25º 0.94% 1% -
XYZ 52.81 25.39 96.73 -
YUV 108.44 210.72 218.99 -
System Red Green Blue C M Y K H S L
Decimal 236 15 255 0.07 0.94 0 0 295.25 1 0.53
Hex EC F FF 7 5E 0 0 127 64 35
Octal 354 17 377 7 136 0 0 447 144 65
Binary 11101100 1111 11111111 111 1011110 0 0 100100111 1100100 110101

Color Harmonies of #EC0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FFF

Black with #EC0FFF

Text Example


Text Example

White with #EC0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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