Html Css Color HEX #EC13FF Psychedelic Purple

📋 copy color: '#EC13FF'

red 236 ◦ green 19 ◦ blue 255

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

Shades of Psychedelic Purple #EC13FF

Tints of Psychedelic Purple #EC13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.73%

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

R = 46.27%
G = 3.73%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC13FF (or 0xEC13FF) is known color: Psychedelic Purple. HEX triplet: EC, 13 and FF. RGB value is (236,19,255). Sum of RGB (Red+Green+Blue) = 236+19+255=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 19 (7.81% from 255 or 3.73% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC13FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13FF is #13EC00. Grayscale: #6E6E6E. Windows color (decimal): -1305601 or 16716780. OLE color: 16716780.

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

Color convert

RGB 236 19 255 -
CMYK 0.07 0.93 0 0
HSL 295.17º 1% 0.54% -
HSV(B) 295.17º 0.93% 1% -
XYZ 52.87 25.52 96.75 -
YUV 110.79 209.39 217.31 -
System Red Green Blue C M Y K H S L
Decimal 236 19 255 0.07 0.93 0 0 295.17 1 0.54
Hex EC 13 FF 7 5D 0 0 127 64 36
Octal 354 23 377 7 135 0 0 447 144 66
Binary 11101100 10011 11111111 111 1011101 0 0 100100111 1100100 110110

Color Harmonies of #EC13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13FF

Black with #EC13FF

Text Example


Text Example

White with #EC13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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