Html Css Color HEX #EC13FD Psychedelic Purple

📋 copy color: '#EC13FD'

red 236 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #EC13FD

Tints of Psychedelic Purple #EC13FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 46.46%
G = 3.74%
B = 49.8%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC13FD (or 0xEC13FD) is known color: Psychedelic Purple. HEX triplet: EC, 13 and FD. RGB value is (236,19,253). Sum of RGB (Red+Green+Blue) = 236+19+253=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 19 (7.81% from 255 or 3.74% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC13FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC13FD is #13EC02. Grayscale: #6D6D6D. Windows color (decimal): -1305603 or 16585708. OLE color: 16585708.

HSL color Cylindrical-coordinate representation of color #EC13FD: hue angle of 295.64º degrees, saturation: 0.98, 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 #EC13FD is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 236 19 253 -
CMYK 0.07 0.92 0 0.01
HSL 295.64º 0.98% 0.53% -
HSV(B) 295.64º 0.92% 0.99% -
XYZ 52.55 25.39 95.06 -
YUV 110.56 208.39 217.47 -
System Red Green Blue C M Y K H S L
Decimal 236 19 253 0.07 0.92 0 0.01 295.64 0.98 0.53
Hex EC 13 FD 7 5C 0 1 128 62 35
Octal 354 23 375 7 134 0 1 450 142 65
Binary 11101100 10011 11111101 111 1011100 0 1 100101000 1100010 110101

Color Harmonies of #EC13FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC13FD

Black with #EC13FD

Text Example


Text Example

White with #EC13FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC13FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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