Html Css Color HEX #EC15FD Psychedelic Purple

📋 copy color: '#EC15FD'

red 236 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #EC15FD

Tints of Psychedelic Purple #EC15FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.12%

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

R = 46.27%
G = 4.12%
B = 49.61%

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

#EC15FD (or 0xEC15FD) is known color: Psychedelic Purple. HEX triplet: EC, 15 and FD. RGB value is (236,21,253). Sum of RGB (Red+Green+Blue) = 236+21+253=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 21 (8.59% from 255 or 4.12% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC15FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC15FD is #13EA02. Grayscale: #6F6F6F. Windows color (decimal): -1305091 or 16586220. OLE color: 16586220.

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

Color convert

RGB 236 21 253 -
CMYK 0.07 0.92 0 0.01
HSL 295.6º 0.98% 0.54% -
HSV(B) 295.6º 0.92% 0.99% -
XYZ 52.59 25.46 95.07 -
YUV 111.73 207.73 216.64 -
System Red Green Blue C M Y K H S L
Decimal 236 21 253 0.07 0.92 0 0.01 295.6 0.98 0.54
Hex EC 15 FD 7 5C 0 1 128 62 36
Octal 354 25 375 7 134 0 1 450 142 66
Binary 11101100 10101 11111101 111 1011100 0 1 100101000 1100010 110110

Color Harmonies of #EC15FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC15FD

Black with #EC15FD

Text Example


Text Example

White with #EC15FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC15FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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