Html Css Color HEX #EC12F8 Psychedelic Purple

📋 copy color: '#EC12F8'

red 236 ◦ green 18 ◦ blue 248

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

Shades of Psychedelic Purple #EC12F8

Tints of Psychedelic Purple #EC12F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 47.01%
G = 3.59%
B = 49.4%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EC12F8 (or 0xEC12F8) is known color: Psychedelic Purple. HEX triplet: EC, 12 and F8. RGB value is (236,18,248). Sum of RGB (Red+Green+Blue) = 236+18+248=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 18 (7.42% from 255 or 3.59% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC12F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC12F8 is #13ED07. Grayscale: #6C6C6C. Windows color (decimal): -1305864 or 16257772. OLE color: 16257772.

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

Color convert

RGB 236 18 248 -
CMYK 0.05 0.93 0 0.03
HSL 296.87º 0.94% 0.52% -
HSV(B) 296.87º 0.93% 0.97% -
XYZ 51.75 25.04 90.91 -
YUV 109.4 206.22 218.3 -
System Red Green Blue C M Y K H S L
Decimal 236 18 248 0.05 0.93 0 0.03 296.87 0.94 0.52
Hex EC 12 F8 5 5D 0 3 129 5E 34
Octal 354 22 370 5 135 0 3 451 136 64
Binary 11101100 10010 11111000 101 1011101 0 11 100101001 1011110 110100

Color Harmonies of #EC12F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC12F8

Black with #EC12F8

Text Example


Text Example

White with #EC12F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC12F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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