Html Css Color HEX #EC12FD Psychedelic Purple

📋 copy color: '#EC12FD'

red 236 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #EC12FD

Tints of Psychedelic Purple #EC12FD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.55%

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

R = 46.55%
G = 3.55%
B = 49.9%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC12FD (or 0xEC12FD) is known color: Psychedelic Purple. HEX triplet: EC, 12 and FD. RGB value is (236,18,253). Sum of RGB (Red+Green+Blue) = 236+18+253=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 18 (7.42% from 255 or 3.55% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC12FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12FD is #13ED02. Grayscale: #6D6D6D. Windows color (decimal): -1305859 or 16585452. OLE color: 16585452.

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

Color convert

RGB 236 18 253 -
CMYK 0.07 0.93 0 0.01
HSL 295.66º 0.98% 0.53% -
HSV(B) 295.66º 0.93% 0.99% -
XYZ 52.54 25.36 95.05 -
YUV 109.97 208.72 217.89 -
System Red Green Blue C M Y K H S L
Decimal 236 18 253 0.07 0.93 0 0.01 295.66 0.98 0.53
Hex EC 12 FD 7 5D 0 1 128 62 35
Octal 354 22 375 7 135 0 1 450 142 65
Binary 11101100 10010 11111101 111 1011101 0 1 100101000 1100010 110101

Color Harmonies of #EC12FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12FD

Black with #EC12FD

Text Example


Text Example

White with #EC12FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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