Html Css Color HEX #EC0CFC Psychedelic Purple

📋 copy color: '#EC0CFC'

red 236 ◦ green 12 ◦ blue 252

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

Shades of Psychedelic Purple #EC0CFC

Tints of Psychedelic Purple #EC0CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 47.2%
G = 2.4%
B = 50.4%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EC0CFC (or 0xEC0CFC) is known color: Psychedelic Purple. HEX triplet: EC, 0C and FC. RGB value is (236,12,252). Sum of RGB (Red+Green+Blue) = 236+12+252=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 12 (5.08% from 255 or 2.4% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC0CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CFC is #13F303. Grayscale: #696969. Windows color (decimal): -1307396 or 16518380. OLE color: 16518380.

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

Color convert

RGB 236 12 252 -
CMYK 0.06 0.95 0 0.01
HSL 296º 0.98% 0.52% -
HSV(B) 296º 0.95% 0.99% -
XYZ 52.29 25.12 94.19 -
YUV 106.34 210.21 220.49 -
System Red Green Blue C M Y K H S L
Decimal 236 12 252 0.06 0.95 0 0.01 296 0.98 0.52
Hex EC C FC 6 5F 0 1 128 62 34
Octal 354 14 374 6 137 0 1 450 142 64
Binary 11101100 1100 11111100 110 1011111 0 1 100101000 1100010 110100

Color Harmonies of #EC0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CFC

Black with #EC0CFC

Text Example


Text Example

White with #EC0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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