Html Css Color HEX #EC0CFF Psychedelic Purple

📋 copy color: '#EC0CFF'

red 236 ◦ green 12 ◦ blue 255

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

Shades of Psychedelic Purple #EC0CFF

Tints of Psychedelic Purple #EC0CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 46.92%
G = 2.39%
B = 50.7%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EC0CFF (or 0xEC0CFF) is known color: Psychedelic Purple. HEX triplet: EC, 0C and FF. RGB value is (236,12,255). Sum of RGB (Red+Green+Blue) = 236+12+255=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC0CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC0CFF is #13F300. Grayscale: #696969. Windows color (decimal): -1307393 or 16714988. OLE color: 16714988.

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

Color convert

RGB 236 12 255 -
CMYK 0.07 0.95 0 0
HSL 295.31º 1% 0.52% -
HSV(B) 295.31º 0.95% 1% -
XYZ 52.77 25.32 96.71 -
YUV 106.68 211.71 220.24 -
System Red Green Blue C M Y K H S L
Decimal 236 12 255 0.07 0.95 0 0 295.31 1 0.52
Hex EC C FF 7 5F 0 0 127 64 34
Octal 354 14 377 7 137 0 0 447 144 64
Binary 11101100 1100 11111111 111 1011111 0 0 100100111 1100100 110100

Color Harmonies of #EC0CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CFF

Black with #EC0CFF

Text Example


Text Example

White with #EC0CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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