Html Css Color HEX #EC18FD Psychedelic Purple

📋 copy color: '#EC18FD'

red 236 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #EC18FD

Tints of Psychedelic Purple #EC18FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.68%

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

R = 46%
G = 4.68%
B = 49.32%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC18FD (or 0xEC18FD) is known color: Psychedelic Purple. HEX triplet: EC, 18 and FD. RGB value is (236,24,253). Sum of RGB (Red+Green+Blue) = 236+24+253=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 24 (9.77% from 255 or 4.68% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC18FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC18FD is #13E702. Grayscale: #707070. Windows color (decimal): -1304323 or 16586988. OLE color: 16586988.

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

Color convert

RGB 236 24 253 -
CMYK 0.07 0.91 0 0.01
HSL 295.55º 0.98% 0.54% -
HSV(B) 295.55º 0.91% 0.99% -
XYZ 52.65 25.58 95.09 -
YUV 113.49 206.74 215.38 -
System Red Green Blue C M Y K H S L
Decimal 236 24 253 0.07 0.91 0 0.01 295.55 0.98 0.54
Hex EC 18 FD 7 5B 0 1 128 62 36
Octal 354 30 375 7 133 0 1 450 142 66
Binary 11101100 11000 11111101 111 1011011 0 1 100101000 1100010 110110

Color Harmonies of #EC18FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC18FD

Black with #EC18FD

Text Example


Text Example

White with #EC18FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC18FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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