Html Css Color HEX #EC12F9 Psychedelic Purple

📋 copy color: '#EC12F9'

red 236 ◦ green 18 ◦ blue 249

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

Shades of Psychedelic Purple #EC12F9

Tints of Psychedelic Purple #EC12F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 46.92%
G = 3.58%
B = 49.5%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC12F9 (or 0xEC12F9) is known color: Psychedelic Purple. HEX triplet: EC, 12 and F9. RGB value is (236,18,249). Sum of RGB (Red+Green+Blue) = 236+18+249=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC12F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12F9 is #13ED06. Grayscale: #6C6C6C. Windows color (decimal): -1305863 or 16323308. OLE color: 16323308.

HSL color Cylindrical-coordinate representation of color #EC12F9: hue angle of 296.62º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC12F9 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 236 18 249 -
CMYK 0.05 0.93 0 0.02
HSL 296.62º 0.95% 0.52% -
HSV(B) 296.62º 0.93% 0.98% -
XYZ 51.91 25.11 91.73 -
YUV 109.52 206.72 218.22 -
System Red Green Blue C M Y K H S L
Decimal 236 18 249 0.05 0.93 0 0.02 296.62 0.95 0.52
Hex EC 12 F9 5 5D 0 2 129 5F 34
Octal 354 22 371 5 135 0 2 451 137 64
Binary 11101100 10010 11111001 101 1011101 0 10 100101001 1011111 110100

Color Harmonies of #EC12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12F9

Black with #EC12F9

Text Example


Text Example

White with #EC12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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