Html Css Color HEX #EC13FC Psychedelic Purple

📋 copy color: '#EC13FC'

red 236 ◦ green 19 ◦ blue 252

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

Shades of Psychedelic Purple #EC13FC

Tints of Psychedelic Purple #EC13FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 46.55%
G = 3.75%
B = 49.7%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC13FC (or 0xEC13FC) is known color: Psychedelic Purple. HEX triplet: EC, 13 and FC. RGB value is (236,19,252). Sum of RGB (Red+Green+Blue) = 236+19+252=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 19 (7.81% from 255 or 3.75% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC13FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13FC is #13EC03. Grayscale: #6D6D6D. Windows color (decimal): -1305604 or 16520172. OLE color: 16520172.

HSL color Cylindrical-coordinate representation of color #EC13FC: hue angle of 295.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC13FC is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 19 252 -
CMYK 0.06 0.92 0 0.01
HSL 295.88º 0.97% 0.53% -
HSV(B) 295.88º 0.92% 0.99% -
XYZ 52.4 25.33 94.22 -
YUV 110.45 207.89 217.55 -
System Red Green Blue C M Y K H S L
Decimal 236 19 252 0.06 0.92 0 0.01 295.88 0.97 0.53
Hex EC 13 FC 6 5C 0 1 128 61 35
Octal 354 23 374 6 134 0 1 450 141 65
Binary 11101100 10011 11111100 110 1011100 0 1 100101000 1100001 110101

Color Harmonies of #EC13FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13FC

Black with #EC13FC

Text Example


Text Example

White with #EC13FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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