Html Css Color HEX #EC12FA Psychedelic Purple

📋 copy color: '#EC12FA'

red 236 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #EC12FA

Tints of Psychedelic Purple #EC12FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 46.83%
G = 3.57%
B = 49.6%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EC12FA (or 0xEC12FA) is known color: Psychedelic Purple. HEX triplet: EC, 12 and FA. RGB value is (236,18,250). Sum of RGB (Red+Green+Blue) = 236+18+250=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC12FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12FA is #13ED05. Grayscale: #6C6C6C. Windows color (decimal): -1305862 or 16388844. OLE color: 16388844.

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

Color convert

RGB 236 18 250 -
CMYK 0.06 0.93 0 0.02
HSL 296.38º 0.96% 0.53% -
HSV(B) 296.38º 0.93% 0.98% -
XYZ 52.06 25.17 92.56 -
YUV 109.63 207.22 218.14 -
System Red Green Blue C M Y K H S L
Decimal 236 18 250 0.06 0.93 0 0.02 296.38 0.96 0.53
Hex EC 12 FA 6 5D 0 2 128 60 35
Octal 354 22 372 6 135 0 2 450 140 65
Binary 11101100 10010 11111010 110 1011101 0 10 100101000 1100000 110101

Color Harmonies of #EC12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12FA

Black with #EC12FA

Text Example


Text Example

White with #EC12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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