Html Css Color HEX #EC0CF6 Psychedelic Purple

📋 copy color: '#EC0CF6'

red 236 ◦ green 12 ◦ blue 246

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

Shades of Psychedelic Purple #EC0CF6

Tints of Psychedelic Purple #EC0CF6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.43%

 BLUE value IS 246 (96.48% from 255) = 49.8%

R = 47.77%
G = 2.43%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC0CF6 (or 0xEC0CF6) is known color: Psychedelic Purple. HEX triplet: EC, 0C and F6. RGB value is (236,12,246). Sum of RGB (Red+Green+Blue) = 236+12+246=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC0CF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CF6 is #13F309. Grayscale: #686868. Windows color (decimal): -1307402 or 16125164. OLE color: 16125164.

HSL color Cylindrical-coordinate representation of color #EC0CF6: hue angle of 297.44º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CF6 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 12 246 -
CMYK 0.04 0.95 0 0.04
HSL 297.44º 0.93% 0.51% -
HSV(B) 297.44º 0.95% 0.96% -
XYZ 51.36 24.75 89.26 -
YUV 105.65 207.21 220.97 -
System Red Green Blue C M Y K H S L
Decimal 236 12 246 0.04 0.95 0 0.04 297.44 0.93 0.51
Hex EC C F6 4 5F 0 4 129 5D 33
Octal 354 14 366 4 137 0 4 451 135 63
Binary 11101100 1100 11110110 100 1011111 0 100 100101001 1011101 110011

Color Harmonies of #EC0CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CF6

Black with #EC0CF6

Text Example


Text Example

White with #EC0CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CF6; }

 p { color: rgb(236,12,246); }

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

background-color css

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

 a { background-color: rgb(236,12,246); }

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

border-color css

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

 span { border-color: rgb(236,12,246); }

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